MCPcopy Create free account
hub / github.com/CodeBendKit/codeseek / default_model

Function default_model

rust-core/src/config.rs:63–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61
62fn default_provider() -> String { "openai-compatible".to_string() }
63fn default_model() -> String { "Qwen/Qwen3-Embedding-4B".to_string() }
64fn default_api_base_url() -> String { "https://api.siliconflow.cn/v1".to_string() }
65fn default_dimensions() -> usize { 2560 }
66

Callers

nothing calls this directly

Calls 1

to_stringMethod · 0.80

Tested by

no test coverage detected