Spaces:
Build error
Build error
Commit
·
617f7a3
1
Parent(s):
917df2a
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,8 @@ import openai
|
|
3 |
from wandb.integration.openai import autolog
|
4 |
import wandb
|
5 |
|
6 |
-
wandb
|
|
|
7 |
|
8 |
# start logging to W&B
|
9 |
autolog({"project":"Joe1", "job_type": "introduction"})
|
|
|
3 |
from wandb.integration.openai import autolog
|
4 |
import wandb
|
5 |
|
6 |
+
!wandb login --anonymous
|
7 |
+
|
8 |
|
9 |
# start logging to W&B
|
10 |
autolog({"project":"Joe1", "job_type": "introduction"})
|