Skip to content

Commit

Permalink
Updated readme FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Genie AI committed Mar 31, 2023
1 parent 27c00b4 commit 722e062
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,14 @@ We recently introduced Genie to `Problems` window. You can investigate your comp

## FAQ

- For general FAQ please visit OpenAI's own page: https://help.openai.com/en/articles/7039783-chatgpt-api-faq
- How can I clear or re-enter API key: use `Genie: Clear API Key` command. Click `Commands` on the home page to see all commands available. You can also click on `Change API Key` on the home page.
- Is the ChatGPT API included in the ChatGPT Plus subscription? - No, the ChatGPT API and ChatGPT Plus subscription are billed separately.
- Can I view the API Key after storing it? VS Code secrets storage won't allow you to read the API Key after storing it. You may clear or reenter another key if you are facing issues.
- Proxy support: See this issue to enable local proxy: https://github.com/ai-genie/chatgpt-vscode/issues/7
- Usage in Remote environments: See this issue about remote/SSH: https://github.com/ai-genie/chatgpt-vscode/issues/3
- Unable To Use GPT-4 Models: You need GPT-4 API Access (Different than GPT-4 on ChatGPT Plus subscription) https://github.com/ai-genie/chatgpt-vscode/issues/6
- **For general FAQ please visit OpenAI's own page**: https://help.openai.com/en/articles/7039783-chatgpt-api-faq
- **How can I clear or re-enter API key**: use `Genie: Clear API Key` command. Click `Commands` on the home page to see all commands available. You can also click on `Change API Key` on the home page.
- **Editor view uses text-davinci-003**: It's by design at the moment since it's the only model that can guarantee a code response and the view doesn't need a conversational context. Please follow this issue for details [#24](https://github.com/ai-genie/chatgpt-vscode/issues/24)
- **Is the ChatGPT API included in the ChatGPT Plus subscription?**: No, the ChatGPT API and ChatGPT Plus subscription are billed separately.
- **Can I view the API Key after storing it?**: VS Code secrets storage won't allow you to read the API Key after storing it. You may clear or reenter another key if you are facing issues.
- **Does Genie support proxies**: See this issue to enable local proxy: https://github.com/ai-genie/chatgpt-vscode/issues/7
- **Usage in Remote environments**: See this issue about remote/SSH: https://github.com/ai-genie/chatgpt-vscode/issues/3
- **Unable To Use GPT-4 Models**: You need GPT-4 API Access (Different than GPT-4 on ChatGPT Plus subscription) https://github.com/ai-genie/chatgpt-vscode/issues/6

## Common Issues

Expand Down

0 comments on commit 722e062

Please sign in to comment.