mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-04 06:00:33 +00:00
Fix syntax error in W&B weave notebook (#964)
This commit is contained in:
parent
f6b0cb189f
commit
3f8d3f3405
@ -119,7 +119,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"WB_ENTITY = # set to your wandb username or team name\n",
|
||||
"WB_ENTITY = \"\" # set to your wandb username or team name\n",
|
||||
"WB_PROJECT = \"weave\" # top-level directory for this work\n",
|
||||
"STREAM_NAME = \"openai_logs\" # record table which stores the logs of OpenAI API calls as they stream in"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user