I attempted to follow the guide on setting up ollama with mistral on sgpt, but it gives me an error after providing my random string #710
Unanswered
jurassicjordan
asked this question in
Q&A
Replies: 1 comment
-
I encountered the same issue. For me, editing the ~/.config/shell_gpt/.sgptrc file (assuming you're using WSL/Linux and ollama backend) resolved it. I set the following configurations: API_BASE_URL=http://localhost:11434/v1 Hope it helps.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
AuthenticationError: Error code: 401 - {'error': {'message': 'Incorrect API key
provided: 123456AB*DEFG. You can find your API key at
https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error',
'param': None, 'code': 'invalid_api_key'}}
Beta Was this translation helpful? Give feedback.
All reactions