This commit is contained in:
Matt Rubens
2024-12-29 12:18:23 -08:00
parent 25987dd40b
commit 6290f90fa5
4 changed files with 36 additions and 95 deletions

View File

@@ -42,6 +42,7 @@ export interface ApiHandlerOptions {
deepSeekBaseUrl?: string
deepSeekApiKey?: string
deepSeekModelId?: string
includeMaxTokens?: boolean
}
export type ApiConfiguration = ApiHandlerOptions & {