Skip to content

Commit

Permalink
chore: add openai new model gpt-4o (#1451)
Browse files Browse the repository at this point in the history
* chore: add openai new model gpt-4o

* upgrade langchain
  • Loading branch information
jczhong84 authored May 14, 2024
1 parent af818be commit a49eb9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"gpt-4": 8192,
"gpt-4-32k": 32768,
"gpt-4-turbo": 128000,
"gpt-4o": 128000,
}
DEFAULT_MODEL_NAME = "gpt-3.5-turbo"

Expand Down
4 changes: 2 additions & 2 deletions requirements/ai/langchain.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
langchain==0.1.6
langchain-openai==0.0.5
langchain==0.1.20
langchain-openai==0.1.6
opensearch-py==2.3.0

0 comments on commit a49eb9b

Please sign in to comment.