fix: import log in openai compat provider

This commit is contained in:
danmobot 2026-06-22 23:42:27 +01:00
parent 88bda73db6
commit 46ffda264f

View file

@ -7,6 +7,7 @@ import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"io" "io"
"log"
"maps" "maps"
"net/http" "net/http"
"net/url" "net/url"