Skip to content

Commit

Permalink
feat: add model gpt-4 turbo (#2836)
Browse files Browse the repository at this point in the history
* feat: add model gpt-4 turbo

* fix: correct naming

---------

Co-authored-by: Hoang Ha <64120343+hahuyhoang411@users.noreply.github.com>
  • Loading branch information
henryh0x1 and hahuyhoang411 committed May 6, 2024
1 parent 4c88d03 commit 86fda1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/inference-openai-extension/resources/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
],
"id": "gpt-4-turbo",
"object": "model",
"name": "OpenAI GPT 4",
"version": "1.1",
"description": "OpenAI GPT 4 model is extremely good",
"name": "OpenAI GPT 4 Turbo",
"version": "1.2",
"description": "OpenAI GPT 4 Turbo model is extremely good",
"format": "api",
"settings": {},
"parameters": {
Expand Down

0 comments on commit 86fda1c

Please sign in to comment.