Update llm_config.py

This commit is contained in:
James 2024-12-05 18:04:37 +10:00 committed by GitHub
parent fd0bbc750c
commit 64af413c26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,6 @@ LLM_CONFIG_OLLAMA = {
"temperature": 0.7,
"top_p": 0.9,
"n_ctx": 55000,
"context_length": 55000,
"stop": ["User:", "\n\n"]
}