mirror of
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama.git
synced 2025-09-05 04:00:24 +00:00
Update llm_config.py
added base url
This commit is contained in:
parent
b5117f37b5
commit
ae2e26b1de
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ 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