We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Deepseek model to AI agent Running local models like r1 (7b, 8b,14b and etc)
The text was updated successfully, but these errors were encountered:
From Ollama local models
Sorry, something went wrong.
You can run any model through ollama, but you should setup your current model in the .env
.env
OLLAMA_SERVER_URL= # Default: localhost:11434 OLLAMA_MODEL= deepseek-r1:7b # Default: llama3.2 SMALL_OLLAMA_MODEL= deepseek-r1:7b # Default: llama3.2 MEDIUM_OLLAMA_MODEL= deepseek-r1:7b # Default: hermes3 LARGE_OLLAMA_MODEL= deepseek-r1:7b # Default: hermes3:70b
No branches or pull requests
Deepseek model to AI agent
Running local models like r1 (7b, 8b,14b and etc)
The text was updated successfully, but these errors were encountered: