picoclaw/pkg/config
yinwm c08deb93d1 refactor(config): use provider-specific protocol instead of generic openai protocol
Update model configurations to use provider-specific protocols (zhipu, vllm,
gemini, shengsuanyun, deepseek, volcengine) instead of using the generic
"openai" protocol for all providers. This change ensures each provider
uses its correct protocol identifier and model naming convention.
2026-02-20 01:07:36 +08:00
..
config.go Merge remote-tracking branch 'origin/main' into feat/refactor-provider-by-protocol 2026-02-20 00:11:46 +08:00
config_test.go merge: sync upstream/main (PR #213) into feat/multi-agent-routing 2026-02-18 11:39:14 -03:00
defaults.go refactor(providers): restructure provider creation with protocol-based configuration 2026-02-20 00:12:01 +08:00
migration.go refactor(config): use provider-specific protocol instead of generic openai protocol 2026-02-20 01:07:36 +08:00
migration_test.go refactor(config): use provider-specific protocol instead of generic openai protocol 2026-02-20 01:07:36 +08:00
model_config_test.go feat(config): validate duplicate model names 2026-02-19 12:45:12 +08:00