gpt-4-turbo is being used rather then gpt-4o
# support
u
Ive just changed my model over to gpt 4o in the dashboard, however when using a prompt to get he assistant to explicitly tell me the model, its telling me gtp-4-turbo. assistant id: f625a60e-968f-4565-8835-0b0018b7f883
v
Hi @~Stu~ CoreAspect.Agency, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Web Calling]() * [Dashboard]() * [Inbound Calling]() * [Get Assistant]() -----------------------------
### Answer There might be a delay or an issue in the update reflecting for your assistant. Ensure you've properly saved and applied the changes in the Vapi Dashboard. You can verify the current configuration of your assistant by fetching its details using the API:
Copy code
javascript
curl --request GET \
--url https://api.vapi.ai/assistant/f625a60e-968f-4565-8835-0b0018b7f883 \
--header 'Authorization: Bearer <your-token>'
This will help you confirm if the model change has been properly reflected [(1)]() . : [Get Assistant]()
Got it. Tagging @User for additional help.
s
can you tell me the call_id?
s
True
2 Views