Update chat.py

This commit is contained in:
Creeper-MZ 2025-04-16 15:54:23 -04:00
parent 88f688e2c8
commit 6bc2e85343

View file

@ -128,7 +128,7 @@ def get_tool_instructions():
{"param1": "value1", "param2": "value2"}
```<toolcallend><toolcallsend>
Only use functions when needed. Ensure proper JSON formatting with appropriate parameters."""
Use functions when needed. Ensure proper JSON formatting with appropriate parameters."""
@router.post('/chat/completions', tags=['openai'])
async def chat_completion(request: Request, create: ChatCompletionCreate):