(w http.ResponseWriter)
| 113 | } |
| 114 | |
| 115 | func SendChatDone(w http.ResponseWriter) { |
| 116 | _, _ = fmt.Fprintf(w, "data: [DONE]") |
| 117 | w.(http.Flusher).Flush() |
| 118 | } |
| 119 | |
| 120 | func WrapperOpenAIError(err error, code string) *OpenAIError { |
| 121 | return &OpenAIError{ |