mirror of
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama.git
synced 2025-01-18 16:37:47 +00:00
Merge pull request #48 from ankh2054/patch-1
Update llm_config.py to default to using ollama and not openai
This commit is contained in:
commit
a6899814ff
|
@ -1,6 +1,6 @@
|
|||
# llm_config.py
|
||||
|
||||
LLM_TYPE = "openai" # Options: 'llama_cpp', 'ollama', 'openai', 'anthropic'
|
||||
LLM_TYPE = "ollama" # Options: 'llama_cpp', 'ollama', 'openai', 'anthropic'
|
||||
|
||||
# LLM settings for llama_cpp
|
||||
MODEL_PATH = "/home/james/llama.cpp/models/gemma-2-9b-it-Q6_K.gguf" # Replace with your llama.cpp models filepath
|
||||
|
|
Loading…
Reference in a new issue