@jaypie/llm 1.2.35 → 1.2.36

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.
@@ -8,7 +8,7 @@ import { OpenAiAdapter } from "./OpenAiAdapter.js";
8
8
  */
9
9
  export declare class XaiAdapter extends OpenAiAdapter {
10
10
  readonly name: "xai";
11
- readonly defaultModel: "grok-4.20-0309-reasoning";
11
+ readonly defaultModel: "grok-latest";
12
12
  classifyError(error: unknown): ClassifiedError;
13
13
  }
14
14
  export declare const xaiAdapter: XaiAdapter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaypie/llm",
3
- "version": "1.2.35",
3
+ "version": "1.2.36",
4
4
  "description": "Large language model utilities",
5
5
  "repository": {
6
6
  "type": "git",