mirror of
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama.git
synced 2025-09-01 10:10:01 +00:00
Update llm_config.py
This commit is contained in:
parent
fd0bbc750c
commit
64af413c26
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ LLM_CONFIG_OLLAMA = {
|
||||||
"temperature": 0.7,
|
"temperature": 0.7,
|
||||||
"top_p": 0.9,
|
"top_p": 0.9,
|
||||||
"n_ctx": 55000,
|
"n_ctx": 55000,
|
||||||
"context_length": 55000,
|
|
||||||
"stop": ["User:", "\n\n"]
|
"stop": ["User:", "\n\n"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue