@awell-health/awell-extensions 2.0.159 → 2.0.160

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,8 +6,8 @@
6
6
  */
7
7
  export declare const OPENAI_CONFIG: {
8
8
  readonly temperature: 0;
9
- readonly maxRetries: 3;
10
- readonly timeout: 10000;
9
+ readonly maxRetries: 5;
10
+ readonly timeout: 30000;
11
11
  };
12
12
  /**
13
13
  * Simplified model aliases for easier reference in code.
@@ -9,8 +9,8 @@ exports.MODEL_VERSIONS = exports.OPENAI_MODELS = exports.OPENAI_CONFIG = void 0;
9
9
  */
10
10
  exports.OPENAI_CONFIG = {
11
11
  temperature: 0,
12
- maxRetries: 3,
13
- timeout: 10000,
12
+ maxRetries: 5,
13
+ timeout: 30000,
14
14
  };
15
15
  /**
16
16
  * Simplified model aliases for easier reference in code.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/awell-extensions",
3
- "version": "2.0.159",
3
+ "version": "2.0.160",
4
4
  "packageManager": "yarn@4.5.3",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": {