Good evening,
I recently installed the codeGPT
extension in Visual Studio Code and configured it to use the GPT-4 model. However, when I interact with the AI, it identifies itself as being based on GPT-3, which is unexpected given my configuration.
Here’s the relevant section of my settings.json
:
json
{
"chatgpt.lang": "en",
"chatgpt.model": "gpt-4-1106-preview",
"chatgpt.gpt3.organization": "org-XXXXXXXXXXXXXXXXXXXX",
"genieai.openai.model": "gpt-4",
"json.schemas": []
}
I’ve set "chatgpt.model"
to "gpt-4-1106-preview"
, but it seems like the extension is still using GPT-3. Could someone help me understand if I’m missing something in the configuration, or if there’s a known issue with the extension?
Thank you for your assistance!