Merge branch 'main' into adil/fix_prompt_target_name

This commit is contained in:
Adil Hafeez 2025-01-16 15:14:57 -08:00
commit 2928b7630f

View file

@ -100,3 +100,17 @@ Content-Type: application/json
],
"stream": true
}
### currency conversion test
POST {{prompt_endpoint}}/v1/chat/completions HTTP/1.1
Content-Type: application/json
{
"model": "--",
"messages": [
{
"role": "user",
"content": "can you please convert 100 jpy"
}
]
}