rlpeter70 commited on
Commit
24b23aa
1 Parent(s): 1ec2cb0

Update earnings_app.py

Browse files
Files changed (1) hide show
  1. earnings_app.py +1 -1
earnings_app.py CHANGED
@@ -109,7 +109,7 @@ async def extract_information():
109
  # Make sure to use a recent model that supports tools
110
 
111
  storage_context = wandb_callback.load_storage_context(
112
- artifact_url="llmop/final-project-v1/earnings-index:v3"
113
  )
114
 
115
  index = load_index_from_storage(storage_context, service_context=service_context)
 
109
  # Make sure to use a recent model that supports tools
110
 
111
  storage_context = wandb_callback.load_storage_context(
112
+ artifact_url="rlpeter70/final-project-v1/earnings-index:v0"
113
  )
114
 
115
  index = load_index_from_storage(storage_context, service_context=service_context)