Skip to content

Commit

Permalink
Fix list of env variables in benchmark all notebook (#173)
Browse files Browse the repository at this point in the history
Fix list of env variables
  • Loading branch information
eyurtsev authored Apr 11, 2024
1 parent c459936 commit c1c5585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/notebooks/tool_usage/benchmark_all_tasks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"# This is just the default list below\n",
"required_env_vars = [\n",
" \"LANGCHAIN_API_KEY\",\n",
" \"CHATFIREWORKS_API_KEY\",\n",
" \"ANTHROPIC_API_KEY\",\n",
" \"OPENAI_API_KEY\",\n",
"]\n",
"for var in required_env_vars:\n",
Expand Down

0 comments on commit c1c5585

Please sign in to comment.