Skip to content

Commit

Permalink
Remove leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
edofic committed Apr 14, 2023
1 parent 9420a51 commit 16b8ed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func getClient() *openai.Client {
apiKey := os.Getenv("OPENAI_API_KEY")
url := os.Getenv("OPENAI_AZURE_ENDPOINT")
if url != "" {
fmt.Println("Using Azure endpoint")
deployment := os.Getenv("OPENAI_AZURE_MODEL")
config := openai.DefaultAzureConfig(apiKey, url, deployment)
return openai.NewClientWithConfig(config)
Expand Down

0 comments on commit 16b8ed4

Please sign in to comment.