Skip to content

Commit bb2dcc2

Browse files
committed
Update DEFAULT_MODEL to "Compound" in utils.go
1 parent c23eba4 commit bb2dcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type ModelInfo struct {
1313
Speed int // tokens per second
1414
}
1515

16-
var DEFAULT_MODEL = "Qwen 3 32B"
16+
var DEFAULT_MODEL = "Compound"
1717

1818
func getModels() []ModelInfo {
1919
models := []ModelInfo{

0 commit comments

Comments
 (0)