Skip to content

Commit 741c1b7

Browse files
committed
chore: add model description
1 parent a7e53c9 commit 741c1b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openagent/router/openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ChatMessage(BaseModel):
3636

3737

3838
class ChatCompletionRequest(BaseModel):
39-
model: str = Field(example="llama3.2")
39+
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'")
4040
messages: List[ChatMessage] = Field(
4141
example=[
4242
{

0 commit comments

Comments
 (0)