Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/providers/openai.provider.ts
Properties
| Property | Type |
|---|---|
apiKey | string |
baseUrl | string |
model | string |
maxTokens | number |
temperature | number |
timeout | number |
azureEndpoint | string |
azureApiKey | string |
azureDeployment | string |
azureApiVersion | string |
retry | Partial<RetryConfig> |
Was this page helpful?