Skip to content

Commit

Permalink
Update core/http/endpoints/openai/chat.go
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Siddharth More <[email protected]>
  • Loading branch information
siddimore committed Sep 28, 2024
1 parent e30cf41 commit 5418ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/http/endpoints/openai/chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ func ChatEndpoint(cl *config.BackendConfigLoader, ml *model.ModelLoader, startup
c.Set("Cache-Control", "no-cache")
c.Set("Connection", "keep-alive")
c.Set("Transfer-Encoding", "chunked")
c.Set("X-correlationID", id)
c.Set("X-Correlation-ID", id)

responses := make(chan schema.OpenAIResponse)

Expand Down

0 comments on commit 5418ce6

Please sign in to comment.