Skip to content

Commit

Permalink
fix: update request payload to use filtered messages in Deepseek API
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadxy committed Feb 28, 2025
1 parent 9f0182b commit 2d4180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/platforms/deepseek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class DeepSeekApi implements LLMApi {
};

const requestPayload: RequestPayload = {
messages,
messages: filteredMessages,
stream: options.config.stream,
model: modelConfig.model,
temperature: modelConfig.temperature,
Expand Down

0 comments on commit 2d4180f

Please sign in to comment.