diff --git a/example/weather-cf/main.go b/example/weather-cf/main.go index 3c92217..7a1465d 100644 --- a/example/weather-cf/main.go +++ b/example/weather-cf/main.go @@ -118,7 +118,7 @@ func main() { prompt := "Using this data: " + weather + ". Respond to this prompt: " + message _, err = engine2.Embedding(context.Background(), &cfworkerai.EmbeddingRequest{ - Model: "@cf/baai/bge-base-en-v1.5 model", + Model: "@cf/baai/bge-large-en-v1.5", Prompt: prompt, }) if err != nil {