Skip to content

Commit

Permalink
chore: add o1 models pinned versions (run-llama#16025)
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghCoder authored and raspawar committed Oct 7, 2024
1 parent 4433e65 commit 5bd65be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@

O1_MODELS: Dict[str, int] = {
"o1-preview": 128000,
"o1-preview-2024-09-12": 128000,
"o1-mini": 128000,
"o1-mini-2024-09-12": 128000,
}

GPT4_MODELS: Dict[str, int] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-llms-openai"
readme = "README.md"
version = "0.2.6"
version = "0.2.7"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit 5bd65be

Please sign in to comment.