Merge branch TheBlewish:main into main

This commit is contained in:
GOOSEARTe 2024-12-06 07:43:22 -05:00
commit f7dbc7d93c

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"]
}