Skip to content

Commit

Permalink
Change event message format
Browse files Browse the repository at this point in the history
  • Loading branch information
bindung committed Jul 22, 2024
1 parent f26b36c commit 6969b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
/.env*
ui/
gptscript.code-workspace
examples/
2 changes: 1 addition & 1 deletion pkg/openai/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func (c *Client) Call(ctx context.Context, messageRequest types.CompletionReques
id := counter.Next()
status <- types.CompletionStatus{
CompletionID: id,
Request: request,
Request: messageRequest.Messages,
}

var cacheResponse bool
Expand Down

0 comments on commit 6969b55

Please sign in to comment.