-
### 참여 방법
토요일 오전 10시 30분에 아래 google meet 링크를 통해 접속
https://meet.google.com/jyx-mxnq-kpk
이 이슈 assignees에 자신의 github 계정을 추가
약 1시간 30분 분량의 할 내용에 대해 댓글 작성 (최소 모임 시작 전까지)
구글 캘린더 일정 등록 메일 확인을 통해서도 …
-
![image](https://github.com/PlexPt/chatgpt-java/assets/42400779/b324e55e-7d1e-4689-b5a3-ee9eefee5844)
![image](https://github.com/PlexPt/chatgpt-java/assets/42400779/371c1b5b-b975-4ef7-9a8e-392649083…
-
ai.chat2db.server.web.api.controller.ai.ChatController#chatGpt3
此处sseEmitter.onError的日志输出uid 是写死的
log.info(LocalDateTime.now() + ", uid#" + "765431" + ", chatGpt3 on error#" + throwable.toString(…
-
驗收測試需求:
玩家 A 為第一位進入遊戲的玩家,進入成功後會收到成功的 Response 和廣播訊息。
玩家 B 為第二位進入遊戲的玩家,進入成功後收到成功的 Response 會包含同桌玩家的資訊。
A.C.
完成進入遊戲的接口,包含廣播訊息。
注意事項:
- 先不用儲存到 DB,三層式架構 (Controller + Service + Memory Cache Rep…
-
**[Bernd Kolb](https://jira.spring.io/secure/ViewProfile.jspa?name=bkolb)** opened **[SPR-17248](https://jira.spring.io/browse/SPR-17248?redirect=false)** and commented
**Summary**
As I user I want …
-
当我让它使用英文回复时,前端拿到的eventSource中每个data不含空格和换行符吗?如果拼接在一起的话就变成一大串连续的英文字母了。我看示例中的中文格式显示挺正常的,这个需要怎么处理一下吗?
-
**Describe the bug**
SpringCloud Gateway 2.1.1
**Sample**
In the springboot project,I created a SSE Emitter like this:
```java
@GetMapping(value = "/init", produces = "text/event-stream")
…
-
**Affects:** 5.x/6.x
I'm working with Spring MVC, especially with Server-Sent Events (SSE). Now, it is always flushing data every time SSE event is sent. This is good for fast updates, but it can h…
-
在Controller中写下了如下代码:
@GetMapping("/chat/sse")
@CrossOrigin
public SseEmitter sseEmitter(@RequestParam String prompt) {
//国内需要代理 国外不需要
Proxy proxy = Proxys.http("127.0.0.1"…
-
我用sseEmitter.send(SseEmitter.event().id(sid + "").name("连接成功!!!!").data(LocalDateTime.now()).reconnectTime(3000));
其中sid是自定义请求id
返回信息的时候onEvent(EventSource eventSource, String id, String type, Strin…