Skip to content

Commit

Permalink
DeepSeek: don't disable FC
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Jan 21, 2025
1 parent 069421f commit b307add
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b307add

Please sign in to comment.