Add 'Include stream options' checkbox for OpenAI-compatible providers

This commit is contained in:
Matt Rubens
2024-12-12 09:14:06 -05:00
parent 156cab8cbc
commit 2cfd76c305
3 changed files with 20 additions and 1 deletions

View File

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