old-agentic-v1^2
Travis Fischer 2023-05-25 22:51:25 -07:00
rodzic 56ea243d3d
commit bcbc2f48e8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -24,7 +24,7 @@ export class Agentic {
provider: 'openai', provider: 'openai',
model: defaultOpenAIModel, model: defaultOpenAIModel,
modelParams: {}, modelParams: {},
timeoutMs: 30000, timeoutMs: 2 * 60000,
retryConfig: { retryConfig: {
attempts: 3, attempts: 3,
strategy: 'heal', strategy: 'heal',