chore: tip for devcontainers

This commit is contained in:
Nirina Rabeson 2024-11-22 22:33:44 +00:00
parent 58a41c8cfd
commit 5e859fedb6
No known key found for this signature in database
GPG key ID: 2A93248DC9A10F58

View file

@ -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,