Browse Source

适配 go 官方 sdk

boweniac 1 tháng trước cách đây
mục cha
commit
f649c76a32
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      internal/utils/compapi/func.go

+ 1 - 1
internal/utils/compapi/func.go

@@ -95,7 +95,7 @@ func DoChatCompletionsStream(ctx context.Context, client *openai.Client, chatInf
 		flusher.Flush()
 		//time.Sleep(1 * time.Millisecond)
 	}
-	fmt.Fprintf(hw, "event:%s\ndata:%s\n\n", "answer", "[DONE]")
+	fmt.Fprintf(hw, "data:%s\n\n", "[DONE]")
 	flusher.Flush()
 	httpx.Ok(hw)