yymaxapi 1.0.36 → 1.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/yymaxapi.js +2 -2
- package/package.json +1 -1
package/bin/yymaxapi.js
CHANGED
|
@@ -2611,8 +2611,8 @@ async function autoActivate(paths, args = {}) {
|
|
|
2611
2611
|
|
|
2612
2612
|
// Claude 侧
|
|
2613
2613
|
const claudeBaseUrl = buildFullUrl(selectedEndpoint.url, 'claude');
|
|
2614
|
-
const claudeModelId = 'claude-
|
|
2615
|
-
const claudeModel = CLAUDE_MODELS.find(m => m.id === claudeModelId) || { id: claudeModelId, name: 'Claude
|
|
2614
|
+
const claudeModelId = 'claude-sonnet-4-6';
|
|
2615
|
+
const claudeModel = CLAUDE_MODELS.find(m => m.id === claudeModelId) || { id: claudeModelId, name: 'Claude Sonnet 4.6' };
|
|
2616
2616
|
const claudeModelKey = `${claudeProviderName}/${claudeModelId}`;
|
|
2617
2617
|
|
|
2618
2618
|
config.models.providers[claudeProviderName] = {
|