Skip to content

Commit

Permalink
#29: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger12 committed Dec 26, 2023
1 parent 6023254 commit 1d369a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ glide
tmp
coverage.txt
precommit.txt
/Users/max/code/Glide/pkg/providers/openai/openai_test.go
pkg/providers/openai/openai_test.go
4 changes: 2 additions & 2 deletions pkg/providers/openai/openaiclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
)

const (
providerName = "openai"
defaultBaseURL = "https://api.openai.com/v1"
providerName = "openai"
defaultBaseURL = "https://api.openai.com/v1"
)

// ErrEmptyResponse is returned when the OpenAI API returns an empty response.
Expand Down

0 comments on commit 1d369a3

Please sign in to comment.