Fix: Add checkbox for stream_options in OpenAI-compatible providers

This commit is contained in:
Matt Rubens
2024-12-12 08:52:08 -05:00
parent 0f2ad7675a
commit 156cab8cbc
2 changed files with 10 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ export interface ApiHandlerOptions {
openAiNativeApiKey?: string
azureApiVersion?: string
openRouterUseMiddleOutTransform?: boolean
includeStreamOptions?: boolean
}
export type ApiConfiguration = ApiHandlerOptions & {