Chris Alexiuk commited on
Commit
a25144a
1 Parent(s): 635c5d6

Update earnings_app.py

Browse files
Files changed (1) hide show
  1. earnings_app.py +1 -1
earnings_app.py CHANGED
@@ -114,7 +114,7 @@ async def extract_information():
114
  # Make sure to use a recent model that supports tools
115
 
116
  storage_context = wandb_callback.load_storage_context(
117
- artifact_url="rlpeter70/uncategorized/earnings-index:v0"
118
  #artifact_url=artifact_dir
119
  )
120
 
 
114
  # Make sure to use a recent model that supports tools
115
 
116
  storage_context = wandb_callback.load_storage_context(
117
+ artifact_url="chrisalexiuk/llamaindex-demo-v1/wiki-index:v0"
118
  #artifact_url=artifact_dir
119
  )
120