mirror of
https://github.com/ollama/ollama.git
synced 2026-04-27 03:05:43 +02:00
model: tweak renderer for qwen3coder
This commit is contained in:
@@ -291,7 +291,7 @@ func mapToTypeScriptType(jsonType string) string {
|
||||
case "boolean":
|
||||
return "boolean"
|
||||
case "array":
|
||||
return "any[]"
|
||||
return "array"
|
||||
case "object":
|
||||
return "Record<string, any>"
|
||||
case "null":
|
||||
|
||||
Reference in New Issue
Block a user