@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.
@@ -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:
|
13
|
-
timeout:
|
12
|
+
maxRetries: 5,
|
13
|
+
timeout: 30000,
|
14
14
|
};
|
15
15
|
/**
|
16
16
|
* Simplified model aliases for easier reference in code.
|