Skip to content

Commit

Permalink
fix: log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcguire1 committed Dec 14, 2023
1 parent b4735a3 commit f4a8eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dom/chatmodels/gemini_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (api *GeminiApiClient) GeminiChat(ctx context.Context, prompt string) (*gen
if err != nil {
slog.
With("token-json", string(api.Token)).
Error("failed to process gemini generative req")
Error("failed to process gemini generative request")

return nil, err
}
Expand Down

0 comments on commit f4a8eb4

Please sign in to comment.