jeffdapaz / VisualChatGPTStudio

Add chatGPT functionalities directly on Visual Studio
https://marketplace.visualstudio.com/items?itemName=jefferson-pires.VisualChatGPTStudio
MIT License
186 stars 48 forks source link

Add the ability to override the default model versions with a custom model. This is useful if using other API's outside of Open AI. #71

Closed TinyForge closed 2 months ago

TinyForge commented 2 months ago

I want to try out this extension with other API's, such as Claude, Groq and locally hosted models, which requires me to specify different models. Currently they are hardcoded to only Open AI's models. This change allows you to specify a custom model name for such usages.