Michaeldavidstein commited on
Commit
13a135f
·
verified ·
1 Parent(s): e3d9849

Upload app.py with huggingface_hub

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