can somebody fix this for me please? #46
-
{
"shortcut": "ctrl+space",
"theme": "gradient",
"providers": {
"Gemini 1.5 Flash (Recommended)": {},
"OpenAI Compatible (For Experts)": {
"api_key": "hidden",
"api_base": "https://api.groq.io",
"api_organisation": "Groq",
"api_project": "",
"api_model": "llama-3.1-8b-instant"
}
},
"streaming": false,
"provider": "OpenAI Compatible (For Experts)"
} |
Beta Was this translation helpful? Give feedback.
Answered by
theJayTea
Nov 21, 2024
Replies: 1 comment 4 replies
-
Hey @hammouda101010 , you've entered the Grok API URL incorrectly. Please refer to their own documentation on this: https://console.groq.com/docs/api-reference#chat-create The API base URL must be: I've not gone through their whole documentation page, but from my cursory look, this is one mistake I spotted. Refer to their documentation correctly to fix it. It shouldn't take more than 2 minutes. Cheers! |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
theJayTea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @hammouda101010 , you've entered the Grok API URL incorrectly. Please refer to their own documentation on this:
https://console.groq.com/docs/api-reference#chat-create
The API base URL must be:
https://api.groq.com/openai/v1/chat/completions
I've not gone through their whole documentation page, but from my cursory look, this is one mistake I spotted. Refer to their documentation correctly to fix it. It shouldn't take more than 2 minutes. Cheers!