@yeaft/webchat-agent 0.1.1046 → 0.1.1048

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 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeaft/webchat-agent",
3
- "version": "0.1.1046",
3
+ "version": "0.1.1048",
4
4
  "description": "Remote agent for Yeaft WebChat — connects worker machines to the central server",
5
5
  "main": "index.js",
6
6
  "type": "module",