Deepseek fixes

This commit is contained in:
Matt Rubens
2025-01-20 11:02:09 -05:00
parent eff636aef0
commit a13da25dd1
5 changed files with 25 additions and 16 deletions

View File

@@ -51,7 +51,6 @@ export interface ApiHandlerOptions {
setAzureApiVersion?: boolean
deepSeekBaseUrl?: string
deepSeekApiKey?: string
deepSeekModelId?: string
includeMaxTokens?: boolean
}