mirror of
https://github.com/ollama/ollama.git
synced 2025-11-10 15:07:46 +01:00
i forgot what i did here
This commit is contained in:
@@ -16,7 +16,8 @@ import (
|
||||
func getTestConfig() (model string, stream bool) {
|
||||
model = os.Getenv("QWEN3VL_MODEL")
|
||||
if model == "" {
|
||||
model = "qwen3-vl:235b-cloud" // default
|
||||
// model = "qwen3-vl:235b-cloud" // default
|
||||
model = "qwen3vl-thinking-odc-dev"
|
||||
}
|
||||
|
||||
streamStr := os.Getenv("QWEN3VL_STREAM")
|
||||
|
||||
Reference in New Issue
Block a user