You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is my POST request:
curl -X POST http://localhost:8000/v1/chat/completions -H "Content-Type: application/json" -d '{"config_id": "config", "messages": [{"role": "user", "content": "How to build a house?"}]}'
Could I pass actions that I want to execute as a parameter in the request's body?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Here is my POST request:
curl -X POST http://localhost:8000/v1/chat/completions -H "Content-Type: application/json" -d '{"config_id": "config", "messages": [{"role": "user", "content": "How to build a house?"}]}'
Could I pass actions that I want to execute as a parameter in the request's body?
Beta Was this translation helpful? Give feedback.
All reactions