mlara commited on
Commit
aff412c
·
1 Parent(s): 34461a3

third commit

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="llmop/final-project-v1/earnings-index:v1"
113
  )
114
 
115
  index = load_index_from_storage(storage_context, service_context=service_context)