Merge pull request #86 from RooVetGit/fix-openai-compatible-streaming

Add 'Include stream options' checkbox for OpenAI-compatible providers
This commit is contained in:
Matt Rubens
2024-12-13 01:41:15 -05:00
committed by GitHub
3 changed files with 29 additions and 3 deletions

View File

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