mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
DeepSeek: don't disable FC
This commit is contained in:
@@ -36,7 +36,7 @@ export function aixToOpenAIChatCompletions(openAIDialect: OpenAIDialects, model:
|
||||
const hotFixRemoveEmptyMessages = openAIDialect === 'perplexity';
|
||||
const hotFixRemoveStreamOptions = openAIDialect === 'azure' || openAIDialect === 'mistral';
|
||||
const hotFixSquashMultiPartText = openAIDialect === 'deepseek';
|
||||
const hotFixThrowCannotFC = openAIDialect === 'deepseek' || openAIDialect === 'openrouter' /* OpenRouter FC support is not good (as of 2024-07-15) */ || openAIDialect === 'perplexity';
|
||||
const hotFixThrowCannotFC = openAIDialect === 'openrouter' /* OpenRouter FC support is not good (as of 2024-07-15) */ || openAIDialect === 'perplexity';
|
||||
|
||||
// Model incompatibilities -> Hotfixes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user