We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a17f4f4 + 7a91de6 commit 0bc10b9Copy full SHA for 0bc10b9
main.go
@@ -14,7 +14,7 @@ import (
14
"github.com/prometheus/client_golang/prometheus"
15
"github.com/prometheus/client_golang/prometheus/promauto"
16
"github.com/prometheus/client_golang/prometheus/promhttp"
17
- "github.com/prometheus/client_model/go"
+ dto "github.com/prometheus/client_model/go"
18
"github.com/openai/openai-go"
19
"github.com/openai/openai-go/option"
20
)
0 commit comments