exa-js 1.8.16 → 1.8.17

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/dist/index.mjs CHANGED
@@ -1365,7 +1365,7 @@ var Exa2 = class {
1365
1365
  * ```ts
1366
1366
  * const answer = await exa.answer("What is quantum computing?", {
1367
1367
  * text: true,
1368
- * model: "exa-pro",
1368
+ * model: "exa",
1369
1369
  * systemPrompt: "Answer in a technical manner suitable for experts."
1370
1370
  * });
1371
1371
  * ```