Files
cancer-pipeline/config.json
2025-11-30 16:46:18 -05:00

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
}