mirror of
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama.git
synced 2025-04-23 18:19:10 +00:00
chore: tip for devcontainers
This commit is contained in:
parent
58a41c8cfd
commit
5e859fedb6
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ LLM_CONFIG_LLAMA_CPP = {
|
|||
# LLM settings for Ollama
|
||||
LLM_CONFIG_OLLAMA = {
|
||||
"llm_type": "ollama",
|
||||
# change base_url to http://host.docker.internal:11434 in devcontainer
|
||||
"base_url": "http://localhost:11434", # default Ollama server URL
|
||||
"model_name": "custom-phi3-32k-Q4_K_M", # Replace with your Ollama model name
|
||||
"temperature": 0.7,
|
||||
|
|
Loading…
Add table
Reference in a new issue