Skip to content

Commit

Permalink
fix import error (#2797)
Browse files Browse the repository at this point in the history
  • Loading branch information
wylerz authored Oct 28, 2024
1 parent f79fbcc commit 7e94360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/reference/gen_notebooks/audio_with_weave.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Next, load the required API keys for OpenAI and Weave. Here, we use set_env whic

```python
# Set environment variables.
from set_env import set_env

_ = set_env("OPENAI_API_KEY")
_ = set_env("WANDB_API_KEY")
Expand Down
1 change: 1 addition & 0 deletions docs/notebooks/audio_with_weave.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"outputs": [],
"source": [
"# Set environment variables.\n",
"from set_env import set_env\n",
"\n",
"_ = set_env(\"OPENAI_API_KEY\")\n",
"_ = set_env(\"WANDB_API_KEY\")"
Expand Down

0 comments on commit 7e94360

Please sign in to comment.