Michaeldavidstein commited on
Commit
e1f367a
·
verified ·
1 Parent(s): 08a0b2e

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ database_schema = db.get_table_info()
47
 
48
  # Let's initiate w&b weave with a project name - this will automatically save all the llm calls made using openai or gemini
49
  # Make sure to save your w&b api key in secrets as WANDB_API_KEY
50
- weave.init("ecomm_support") <--------------------------------------------------------- Uncomment to log to WANDB
51
 
52
 
53
  #=================================Setup Logging=====================================#
 
47
 
48
  # Let's initiate w&b weave with a project name - this will automatically save all the llm calls made using openai or gemini
49
  # Make sure to save your w&b api key in secrets as WANDB_API_KEY
50
+ weave.init("ecomm_support") # <--------------------------------------------------------- Uncomment to log to WANDB
51
 
52
 
53
  #=================================Setup Logging=====================================#