mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: build
This commit is contained in:
parent
87237b6462
commit
b112216241
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@ package provider
|
|||
|
||||
import (
|
||||
"context"
|
||||
"log/slog"
|
||||
"os"
|
||||
|
||||
"github.com/opencode-ai/opencode/internal/logging"
|
||||
"google.golang.org/genai"
|
||||
)
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ func newVertexAIClient(opts providerClientOptions) VertexAIClient {
|
|||
Backend: genai.BackendVertexAI,
|
||||
})
|
||||
if err != nil {
|
||||
logging.Error("Failed to create VertexAI client", "error", err)
|
||||
slog.Error("Failed to create VertexAI client", "error", err)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue