Skip to content

Commit

Permalink
feat: add model gpt-4 turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
henryh0x1 authored and Van-QA committed May 4, 2024
1 parent 092a572 commit 9420121
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions extensions/inference-openai-extension/resources/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,29 @@
},
"engine": "openai"
},
{
"sources": [
{
"url": "https://openai.com"
}
],
"id": "gpt-4-turbo",
"object": "model",
"name": "OpenAI GPT 4 Turbo",
"version": "1.0",
"description": "OpenAI GPT 4 Turbo model is extremely good",
"format": "api",
"settings": {},
"parameters": {
"max_tokens": 4096,
"temperature": 0.7
},
"metadata": {
"author": "OpenAI",
"tags": ["General", "Big Context Length"]
},
"engine": "openai"
},
{
"sources": [
{
Expand Down

0 comments on commit 9420121

Please sign in to comment.