@yeaft/webchat-agent 0.1.1047 → 0.1.1050
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/llm-config-cli.js +1 -0
- package/package.json +1 -1
package/llm-config-cli.js
CHANGED
|
@@ -225,6 +225,7 @@ export async function useGitHubCopilot(config, options = {}) {
|
|
|
225
225
|
next.providers = providers;
|
|
226
226
|
next.primaryModel = `${provider.name}/${primaryModel}`;
|
|
227
227
|
if (fastModel) next.fastModel = `${provider.name}/${fastModel}`;
|
|
228
|
+
else delete next.fastModel;
|
|
228
229
|
|
|
229
230
|
return { config: next, provider, discovery };
|
|
230
231
|
}
|