diff --git a/README.md b/README.md index cfa2cb3..52ed79b 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,6 @@ A little ChatGPT in your Replit editor. If you open a file with GPT-replit, the ## Usage: Open GPT-Replit in a pane and press the + button, now a pop-up should open. Choose the file(s) you want the AI to know. Now you can ask questions about the code in the file(s). Press the microphone to use your voice to ask questions. The gear icon can be pressed to customize the response. -V1.7.1 -12-5-24: 11030 downloads +V1.8.3 +12-5-24: 11030 installs +12-8-24: 12006 installs \ No newline at end of file diff --git a/extension.json b/extension.json index 7eba0df..7b72bc3 100644 --- a/extension.json +++ b/extension.json @@ -1,7 +1,7 @@ { "name": "GPT-Replit - ChatGPT in your Repl.", "description": "A little ChatGPT in your Replit editor that can view your files (if you want).", - "longDescription": "# Replit-GPT\n\nA little ChatGPT in your Replit editor. If you open files with GPT-replit, the file contents will be passed to the AI so you can ask questions about it.\n\n## Usage:\nOpen GPT-Replit in a pane and press the + button, now a pop-up should open. Choose the file(s) you want the AI to know. Now you can ask questions about the code in the file(s). Press the microphone to use your voice to ask questions. The gear icon can be pressed to customize the response. And when the right model is selected you can upload images to the conversation", + "longDescription": "# Replit-GPT\n\nA little ChatGPT in your Replit editor. If you open files with GPT-replit, the file contents will be passed to the AI so you can ask questions about it.\n\n## Usage:\nOpen GPT-Replit in a pane and press the + button, now a pop-up should open. Choose the file(s) you want the AI to know. Now you can ask questions about the code in the file(s). Press the microphone to use your voice to ask questions. The gear icon can be pressed to customize the response. And when the right model is selected you can upload images to the conversation\n\n## Suggestions:\nEnable the noyap setting, and the no streaming setting for the best performance and best responses. \nAlso if you are asking the AI a question about your codebase it may be smart to share the Directory structure using the add-file button.", "tags": ["ChatGPT", "GPT", "GPT-4", "AI assistant", "GPT-3", "Raadsel", "read files", "voice", "chat", "code help", "image", "multimodal"], "icon": "icon.svg", "website": "https://raadsl.github.io", @@ -35,7 +35,7 @@ }, { "title": "Chat with GPT using different models.", - "body": "You can choose with which models you want to talk to. We have some preset, `GPT-4o`, `GPT-4 Turbo`, `GPT-4`, `GPT-4 32K` and `GPT-3.5 Turbo`, but you can enter other models.", + "body": "You can choose with which models you want to talk to. We have some preset, `GPT-4o`, `GPT-4 Turbo`, `GPT-4`, `GPT-4 32K` and `GPT-3.5 Turbo`, but you can enter other models. You can even choose if you want the AI to stream the response or use the more performance no streaming setting.", "image": "/coverpageImg2.png" }, diff --git a/index.html b/index.html index 3e7de99..38f1a66 100644 --- a/index.html +++ b/index.html @@ -118,12 +118,12 @@ setTimeout(function() { loadingScreen.style.display = 'none'; }, 450); - console.log("[Replit-GPT] loaded! V1.8.2") + console.log("[Replit-GPT] loaded! V1.8.3")
-
V1.8.2 +
V1.8.3

Initialising

@@ -236,6 +236,13 @@ + + +