diff --git a/README.md b/README.md index 9a7cb48..ea9771f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gpt-contextfiles -![gpt-contextfiles viewport](extension.png) +![gpt-contextfiles viewport](./images/extension.png) > if you'll like to contribute or provide any feedback check out the [link](https://github.com/Iheuzio/gpt-contextfiles/issues) @@ -10,7 +10,7 @@ https://openai.com/pricing > However, being orientated with managing files this project defaults to the 16k context with GPT-3.5-turbo-16k -If you wish to change the model, you must change the model in the src/extension.js file +If you wish to change the model, you must change the model in the `./src/gptContext.js` file # Examples @@ -36,9 +36,11 @@ Refresh -> refreshes the window so that all new files will be available for that - Wait for response to be returned Other features: -![Copy button demonstration](copy-image.png) +![Copy button demonstration](./images/copy-image.png) - Click copy to to copy the snippet of code into your file for fast coding +![Copy individual code](./images/demo-copying-quotes.gif) + # How it works We can select two files we want to pass through, however we can uncheck one of them for later debugging and enter our question: diff --git a/images/demo-copying-quotes.gif b/images/demo-copying-quotes.gif new file mode 100644 index 0000000..8e8e60d Binary files /dev/null and b/images/demo-copying-quotes.gif differ