Spaces:
Runtime error
Runtime error
hoshingakag
commited on
Commit
•
165e54c
1
Parent(s):
58c2aca
modified wandb
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ llm.set_index_from_pinecone()
|
|
22 |
genai.configure(api_key=os.getenv('PALM_API_KEY'))
|
23 |
|
24 |
# W&B
|
25 |
-
wandb.init(project=
|
26 |
|
27 |
# Gradio
|
28 |
chat_history = []
|
|
|
22 |
genai.configure(api_key=os.getenv('PALM_API_KEY'))
|
23 |
|
24 |
# W&B
|
25 |
+
wandb.init(project=os.getenv('WANDB_PROJECT', 'ChatExp'))
|
26 |
|
27 |
# Gradio
|
28 |
chat_history = []
|