kurusugawa-computer / markdown-copilot-vscode

OpenAI ChatGPT API client for VSCode
https://marketplace.visualstudio.com/items?itemName=kurusugawa-computer.markdown-copilot
MIT License
9 stars 2 forks source link

Allow selection of unknown models that will be released in the future #9

Open squld opened 5 months ago

squld commented 5 months ago

Proposal

Currently it is hard coded as an enum, but it should be possible to retrieve it from the OpenAI API. However, since this is a preference item, it would be better to give up if an OpenAI API key is required.

This issue is the solution to #8 .