reface to openteam
This commit is contained in:
@@ -4,12 +4,12 @@ import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"log"
|
||||
"opencatd-open/pkg/vertexai"
|
||||
"opencatd-open/llm/vertexai"
|
||||
"os"
|
||||
"time"
|
||||
)
|
||||
|
||||
func init() {
|
||||
func InitKey() {
|
||||
// check vertex
|
||||
if os.Getenv("Vertex") != "" {
|
||||
vertex_auth := os.Getenv("Vertex")
|
||||
|
||||
Reference in New Issue
Block a user