Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Scheffler committed Mar 18, 2023
1 parent dfe4f11 commit 323821e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ai-code-assistant",
"displayName": "AI Code Assistant",
"description": "Access OpenAI's ChatGPT with GPT 3 or GPT 4 directly from within VS Code for better productivity",
"version": "0.0.5",
"version": "0.0.6",
"engines": {
"vscode": "^1.76.0"
},
Expand Down Expand Up @@ -40,7 +40,10 @@
"codeAssistantAi.openaiModel": {
"type": "string",
"default": "gpt-3.5-turbo",
"enum": ["gpt-3.5-turbo", "gpt-4"],
"enum": [
"gpt-3.5-turbo",
"gpt-4"
],
"markdownDescription": "The model version to use. See OpenAI's [Model Overview](https://platform.openai.com/docs/models/overview) for details.\n\n _GPT 4 is in limited beta and only accessible to those who have been granted access. Please join the [waitlist](https://openai.com/waitlist/gpt-4) to get access when capacity is available._"
}
}
Expand Down

0 comments on commit 323821e

Please sign in to comment.