mirror of
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama.git
synced 2025-04-24 02:29:10 +00:00
Update llm_config.py
This commit is contained in:
parent
7bce271585
commit
2e278f3c05
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ LLM_CONFIG_LLAMA_CPP = {
|
|||
|
||||
# LLM settings for Ollama
|
||||
LLM_CONFIG_OLLAMA = {
|
||||
"base_url": "https://api.openai.com/v1",
|
||||
"llm_type": "ollama",
|
||||
"base_url": "http://localhost:11434",
|
||||
"model_name": "custom-phi3-32k-Q4_K_M",
|
||||
|
|
Loading…
Add table
Reference in a new issue