Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Mar 22, 2024
1 parent 24d23df commit 3664068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/griptape-framework/drivers/embedding-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ import os
from griptape.drivers import VoyageAiEmbeddingDriver

driver = VoyageAiEmbeddingDriver(
api_key=os.environ["VOYAGEAI_API_KEY"]
api_key=os.environ["VOYAGE_API_KEY"]
)

embeddings = driver.embed_string("Hello world!")
Expand Down

0 comments on commit 3664068

Please sign in to comment.