Hello everyone! I am trying to use OPENAI API for the first time with Babyagi. I set up the OPENAI API key as an environment variable as instructed, but I keep getting this error message when I run Babyagi:
Message: Execution failed. Error: litellm.NotFoundError: OpenAIException - Error code: 404 - {‘error’: {‘message’: ‘The model gpt-4-turbo
does not exist or you do not have access to it.’, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: ‘model_not_found’}}
Params: {“prompt”:“Provide a concise and clear description for the following Python function:\n\ndef integrated_function():\n return "Hello from integrated function!"\n\nDescription:”}
Output: null
Has anyone run into the same error?
Much appreciated for any thoughts!