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 27, 2024
1 parent c548663 commit 98ab46b
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 98ab46b

Please sign in to comment.