grayTele

Results 3 issues of grayTele

### 🐞 Bug Report Table associated key to add index ah! #### Required Information | ? | ! | --- | --- | Operating system | Name and version |...

bug

请求openai的流式响应输出 ```json { "url": "https:\/\/api.openai.com\/v1\/chat\/completions", "method": "POST", "data": { "model": "gpt-3.5-turbo", "messages": [{ "role": "user", "content": "200字以上笑话" }], "temperature": 1, "frequency_penalty": 0, "presence_penalty": 0, "stream": true, "top_p": 1 } }...

How to implement direct submission of data to the server when sending messages, instead of submitting data after the entire process is completed?