Skip to content

Commit

Permalink
chore: add model description
Browse files Browse the repository at this point in the history
  • Loading branch information
naaive committed Dec 5, 2024
1 parent a7e53c9 commit 741c1b7
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="llama3.2")
model: str = Field(example="llama3.2",description="The language model to use for the chat completion, e.g. 'qwen2', 'mistral', 'qwen2.5', 'llama3.1', 'llama3.2', 'mistral-nemo'")
messages: List[ChatMessage] = Field(
example=[
{
Expand Down

0 comments on commit 741c1b7

Please sign in to comment.