Skip to content

Commit

Permalink
default OpenAI model is gpt-3.5-turbo-1106
Browse files Browse the repository at this point in the history
  • Loading branch information
restlessronin committed Nov 28, 2023
1 parent d7b8320 commit c346f77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/vscode/asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
},
"rubberduck.model": {
"type": "string",
"default": "gpt-3.5-turbo-16k",
"default": "gpt-3.5-turbo-1106",
"enum": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-16k",
Expand All @@ -234,10 +234,10 @@
"enumDescriptions": [
"OpenAI GPT-3.5-turbo: 4k context window. Faster, less expensive model. Less accurate.",
"OpenAI GPT-3.5-turbo: 16k context window. Faster, less expensive model. Less accurate.",
"OpenAI GPT-3.5-turbo: 16k context window. Latest model. Improved instruction following, JSON mode, reproducible outputs, parallel function calling ...",
"OpenAI GPT-3.5-turbo: 16k context window. Latest 3.5 model. Faster, less expensive. Less accurate.",
"OpenAI GPT-4: 8k context window. Expensive, slow model. More accurate.",
"OpenAI GPT-4: 32k context window.Expensive, slow model. More accurate. Requires beta access.",
"OpenAI GPT-4: 128k context window. Latest model. Token cost reduced. Improved instruction following, JSON mode, reproducible outputs, parallel function calling ...",
"OpenAI GPT-4: 32k context window. Expensive, slow model. More accurate.",
"OpenAI GPT-4: 128k context window. Latest model. Expensive (but cheaper than 32k), slow model. More accurate.",
"(Experimental) Llama.cpp: Calls Llama.cpp running locally on http://127.0.0.1:8080. Use for local models with Llama 2 prompt format."
],
"markdownDescription": "Select the OpenAI model that you want to use.",
Expand Down

0 comments on commit c346f77

Please sign in to comment.