We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560a0a6 commit 49b12f3Copy full SHA for 49b12f3
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
- dto "github.com/prometheus/client_model/go"
+ "github.com/prometheus/client_model/go"
18
"github.com/openai/openai-go"
19
"github.com/openai/openai-go/option"
20
)
@@ -452,4 +452,4 @@ func main() {
452
}
453
454
log.Println("Server exiting")
455
-}
+}
0 commit comments