Skip to content

Commit

Permalink
chore: use llama3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
naaive committed Dec 4, 2024
1 parent aeaa43e commit 2904429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openagent/router/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ChatMessage(BaseModel):


class ChatCompletionRequest(BaseModel):
model: str = Field(example="gpt-4o-mini")
model: str = Field(example="llama3.2")
messages: List[ChatMessage] = Field(
example=[
{
Expand Down

0 comments on commit 2904429

Please sign in to comment.