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
Describe the bug
Cant get minimal setup running with OpenAI API as model
Error on agent terminal after message being sent via client
To Reproduce
clone repo, install deps, build
choose openai as model on default tate character file: "modelProvider": "openai", "settings": { "voice": { "model": "en_US-male-medium" } },
Add openai API key to .env OPENAI_API_KEY=sk-proj-xxx
pnpm run start --characters="../characters/tate.character.json"
pnpm start:client
send message via client
receive error on agent terminal:
``": "The model gpt-4o does not exist or you do not have access to it.",\n "type": "invalid_request_error",\n "param": null,\n "code": "model_not_found"\n }\n}\n","isRetryable":false,"data":{"error":{"message":"The model gpt-4o does not exist or you do not have access to it.","type":"invalid_request_error","param":null,"code":"model_not_found"}}}`
`
Expected behavior
No error, use openai API and receive response on client
The text was updated successfully, but these errors were encountered:
Hello @uleeeeee! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor!
Describe the bug
Cant get minimal setup running with OpenAI API as model
Error on agent terminal after message being sent via client
To Reproduce
"modelProvider": "openai", "settings": { "voice": { "model": "en_US-male-medium" } },
OPENAI_API_KEY=sk-proj-xxx
pnpm run start --characters="../characters/tate.character.json"
pnpm start:client
``": "The model gpt-4o does not exist or you do not have access to it.",\n "type": "invalid_request_error",\n "param": null,\n "code": "model_not_found"\n }\n}\n","isRetryable":false,"data":{"error":{"message":"The model
gpt-4o
does not exist or you do not have access to it.","type":"invalid_request_error","param":null,"code":"model_not_found"}}}``
Expected behavior
No error, use openai API and receive response on client
The text was updated successfully, but these errors were encountered: