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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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 = "
|
|
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 = "
|
|
3799
|
+
var DEFAULT_MODEL3 = "gpt-oss-120b";
|
|
3800
3800
|
var RETRY_BACKOFF_BASE_MS = 500;
|
|
3801
3801
|
var CerebrasLLMProvider = class {
|
|
3802
3802
|
apiKey;
|