Not working with api gpt 3.5?
Hi,
I had to type in my API Key from gpt 3.5 and it seems not to work properly. Is any chance to change the config?
C:\Users\Alex>rawdog How much space do I have on the c:? API Key (None) not found. Enter API Key (e.g. OpenAI): sk******
Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new LiteLLM.Info: If you need to debug this error, use `litellm.set_verbose=True'.
Error:
{'model': 'gpt-4', 'prompt': 'PROMPT: How much space do I have on the c:?', 'response': None, 'cost': None, 'error': "OpenAIException - Error code: 404 - {'error': {'message': 'The model gpt-4 does not exist or you do not have access to it. Learn more: https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}"}
Error: Execution error: OpenAIException - Error code: 404 - {'error': {'message': 'The model gpt-4 does not exist or you do not have access to it. Learn more: https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
Best regards
You can simply append llm_model: gpt-3.5-turbo to file ~/.rawdog/config.yaml for enabling GPT 3.5.
I updated the readme.