Skip to content

Commit

Permalink
ad
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Feb 19, 2025
1 parent c07fa74 commit 52c8cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/client/platforms/siliconflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ export class SiliconflowApi implements LLMApi {
(text: string, runTools: ChatMessageTool[]) => {
// console.log("parseSSE", text, runTools);
const json = JSON.parse(text);
console.log("json", json);
const choices = json.choices as Array<{
finish_reason: string;
delta: {
Expand Down

0 comments on commit 52c8cd6

Please sign in to comment.