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
Hi Everyone,
im kind of new with all of this, after following the instructions for install, i get the following error when trying to run agency.py for WebDevCrafters
from None
openai.BadRequestError: Error code: 400 - {'error': {'message': "The requested model 'gpt-4-turbo-preview' does not exist.", 'type': 'invalid_request_error', 'param': 'model', 'code': 'model_not_found'}}
can someone tell me how to change the model or so?
thanks!
The text was updated successfully, but these errors were encountered:
That was my issue, had to put money into OpenAi so my api key would work, it's a different account than if you use ChatGpt. After that it kinda worked.
Hi Everyone,
im kind of new with all of this, after following the instructions for install, i get the following error when trying to run agency.py for WebDevCrafters
from None
openai.BadRequestError: Error code: 400 - {'error': {'message': "The requested model 'gpt-4-turbo-preview' does not exist.", 'type': 'invalid_request_error', 'param': 'model', 'code': 'model_not_found'}}
can someone tell me how to change the model or so?
thanks!
The text was updated successfully, but these errors were encountered: