Skip to content

Commit

Permalink
fix: iFlytek Spark 404 error
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Aug 26, 2023
1 parent 1a7f6c5 commit c702685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bots/SparkBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default class SparkBot extends Bot {
formData.append("isBot", "0");

const source = new SSE(
"https://xinghuo.xfyun.cn/iflygpt/u/chat_message/chat",
"https://xinghuo.xfyun.cn/iflygpt-chat/u/chat_message/chat",
{ payload: formData },
);

Expand Down

0 comments on commit c702685

Please sign in to comment.