How to get options other than GPT 3.5 when using O...
# support
a
Ideally low-code/no-code approach.
s
@Adam Kane you need to update the model using API.
Copy code
curl -X PATCH https://api.vapi.ai/assistant/id \
     -H "Authorization: Bearer " \
     -H "Content-Type: application/json" \
     -d '{
  "model": {
    "provider": "openrouter",
    "model": "insert-model-name-here"
  }
}'
h
@Shubham Bajaj i faced the same issue. What you suggested didn't resolve the issue
please help
s
@Harter Can you help me with the issue you're currently facing regarding the assistant ID and the curl request you made to update the assistant?
b
@Shubham Bajaj Why can't it just be updated from the dashboard? I don't quite understand that