Skip to content

Commit

Permalink
chore: remove default parameters for openai gpt models
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Dec 10, 2023
1 parent 0522d2f commit 97f3733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions models/gpt-3.5-turbo-16k-0613/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"description": "OpenAI GPT 3.5 Turbo 16k 0613 model is extremely good",
"format": "api",
"settings": {},
"parameters": {
"max_tokens": 4096
},
"parameters": {},
"metadata": {
"author": "OpenAI",
"tags": ["General", "Big Context Length"]
Expand Down
8 changes: 3 additions & 5 deletions models/gpt-4/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
"source_url": "https://openai.com",
"id": "gpt-4",
"object": "model",
"name": "OpenAI GPT 3.5",
"name": "OpenAI GPT 4",
"version": 1.0,
"description": "OpenAI GPT 3.5 model is extremely good",
"description": "OpenAI GPT 4 model is extremely good",
"format": "api",
"settings": {},
"parameters": {
"max_tokens": 4096
},
"parameters": {},
"metadata": {
"author": "OpenAI",
"tags": ["General", "Big Context Length"]
Expand Down

0 comments on commit 97f3733

Please sign in to comment.