mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-30 10:25:05 +08:00
fix(proxy): 规范化 Anthropic system 消息 (#3775)
This commit is contained in:
@@ -5411,7 +5411,7 @@ requires_openai_auth = true
|
||||
)
|
||||
.expect("seed generated catalog file");
|
||||
|
||||
let pointer = catalog_path.to_string_lossy().to_string();
|
||||
let pointer = catalog_path.to_string_lossy().replace('\\', "/");
|
||||
let backup_config = format!(
|
||||
"model_provider = \"custom\"\n\
|
||||
model = \"deepseek-v4-flash\"\n\
|
||||
|
||||
Reference in New Issue
Block a user