Cmuroc27 commited on
Commit
4b3920b
·
1 Parent(s): 6c0bb00

importacion correcta de context

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import inspect
6
  import pandas as pd
7
  from huggingface_hub import InferenceClient
8
  from llama_index.llms.openai import OpenAI
9
- from llama_index.core import Context
10
  from agents import AlfredAdvancedWorkflow
11
  from dotenv import load_dotenv
12
  load_dotenv()
 
6
  import pandas as pd
7
  from huggingface_hub import InferenceClient
8
  from llama_index.llms.openai import OpenAI
9
+ from llama_index.core.workflow import Context
10
  from agents import AlfredAdvancedWorkflow
11
  from dotenv import load_dotenv
12
  load_dotenv()