getpatter 0.5.3 → 0.5.4

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.js CHANGED
@@ -14379,7 +14379,7 @@ var LLM3 = class extends GroqLLMProvider {
14379
14379
  init_logger();
14380
14380
  init_errors();
14381
14381
  var CEREBRAS_BASE_URL = "https://api.cerebras.ai/v1";
14382
- var DEFAULT_MODEL3 = "llama3.1-8b";
14382
+ var DEFAULT_MODEL3 = "gpt-oss-120b";
14383
14383
  var RETRY_BACKOFF_BASE_MS = 500;
14384
14384
  var CerebrasLLMProvider = class {
14385
14385
  apiKey;
package/dist/index.mjs CHANGED
@@ -3796,7 +3796,7 @@ var LLM3 = class extends GroqLLMProvider {
3796
3796
 
3797
3797
  // src/providers/cerebras-llm.ts
3798
3798
  var CEREBRAS_BASE_URL = "https://api.cerebras.ai/v1";
3799
- var DEFAULT_MODEL3 = "llama3.1-8b";
3799
+ var DEFAULT_MODEL3 = "gpt-oss-120b";
3800
3800
  var RETRY_BACKOFF_BASE_MS = 500;
3801
3801
  var CerebrasLLMProvider = class {
3802
3802
  apiKey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "getpatter",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Open-source voice AI SDK — connect any AI agent to real phone calls in 4 lines of code",
5
5
  "license": "MIT",
6
6
  "author": {