Skip to content

Commit

Permalink
v2.3.45
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Feb 27, 2024
1 parent 194cc9c commit dfab7b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phi/llm/openai/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

class OpenAIChat(LLM):
name: str = "OpenAIChat"
model: str = "gpt-4-1106-preview"
model: str = "gpt-4-turbo-preview"
# -*- Request parameters
seed: Optional[int] = None
max_tokens: Optional[int] = None
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "phidata"
version = "2.3.44"
version = "2.3.45"
description = "Build AI Assistants using function calling"
requires-python = ">=3.8"
readme = "README.md"
Expand Down

0 comments on commit dfab7b5

Please sign in to comment.