@blocklet/pages-kit-agents 0.6.88 → 0.6.89

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.
@@ -139,7 +139,7 @@ async function getModel(modelName) {
139
139
  const model = new aigne_hub_1.AIGNEHubChatModel({
140
140
  model: modelName ?? config.model,
141
141
  apiKey: config.apiKey,
142
- url: config.url,
142
+ baseURL: config.url,
143
143
  });
144
144
  return model;
145
145
  }