-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Is Grok supported? #979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The model If you want to use a Grok model, you should use graph_config = {
"llm": {
"api_key": "{api-key}",
"model": "Grok-1",
},
"verbose": True,
"headless": False,
} If you specifically need To continue talking to Dosu, mention @dosu-bot. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
What is the complete list of llm models supported? |
@dosu-bot please answer my last response |
Here is the complete list of LLM models currently supported by Scrapegraph-ai, organized by provider: OpenAI Models
Azure OpenAI Models
Google AI Models
Anthropic Models
Mistral AI Models
Ollama Models
Hugging Face Models
Bedrock Models
Fireworks Models
You can find more details, including token limits for each model, in the official documentation and overview pages (source, source). If you need to use a specific model, make sure to use the exact model name as listed above. For Grok, only To continue talking to Dosu, mention @dosu-bot. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Is there a way for the devs to add support for grok-2 and grok-3 models @dosu-bot |
Hi, I will add |
could you please try with 1.52.0b1? |
@VinciGit00 Tried with 1.52.0b1, but it didn’t work.
|
Submitted a PR to fix the model issue, @VinciGit00. |
I am importing grok-3-latest but it says the model is not supported. Am I just not importing it right?
graph_config = { "llm": { "api_key": "{api-key}", "model": "grok-3-latest", }, "verbose": True, "headless": False, }
The text was updated successfully, but these errors were encountered: