(no commit message)

This commit is contained in:
2025-11-30 16:46:18 -05:00
parent 960c4bd5fc
commit 5abf88bf85
3 changed files with 170 additions and 1 deletions

11
config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"model": "ollama_chat/qwen3:30b",
"api_base": "http://localhost:11434",
"api_key": "",
"model_type": "chat",
"top_p": 0.7,
"max_tokens": 16384,
"num_ctx": 16384,
"temperature": 0.7,
"seed": 10
}