11 lines
214 B
JSON
11 lines
214 B
JSON
{
|
|
"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
|
|
} |