rawdog icon indicating copy to clipboard operation
rawdog copied to clipboard

Not working with api gpt 3.5?

Open qvazar1987 opened this issue 1 year ago • 1 comments

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

qvazar1987 avatar Feb 04 '24 13:02 qvazar1987

You can simply append llm_model: gpt-3.5-turbo to file ~/.rawdog/config.yaml for enabling GPT 3.5.

clarenceehsu avatar Feb 05 '24 02:02 clarenceehsu

I updated the readme.

jakethekoenig avatar Feb 06 '24 21:02 jakethekoenig