rlpeter70 commited on
Commit
2fe9f41
1 Parent(s): c16b740

Update earnings_app.py

Browse files
Files changed (1) hide show
  1. earnings_app.py +3 -2
earnings_app.py CHANGED
@@ -114,9 +114,10 @@ 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/final-project-v1/earnings-index:v0"
 
118
  )
119
-
120
  index = load_index_from_storage(storage_context, service_context=service_context)
121
 
122
  def auto_retrieve_fn(
 
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
+
121
  index = load_index_from_storage(storage_context, service_context=service_context)
122
 
123
  def auto_retrieve_fn(