GattoNero commited on
Commit
1aba26e
·
verified ·
1 Parent(s): bed1644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from llama_index.core import (
14
  Settings,
15
  set_global_handler
16
  )
17
- import llama
18
  from llama_index.core.tools import FunctionTool
19
  from llama_index.agent.openai import OpenAIAgent
20
  from llama_index.llms.openai import OpenAI as LlamaOpenAI
 
14
  Settings,
15
  set_global_handler
16
  )
17
+ import llama-index
18
  from llama_index.core.tools import FunctionTool
19
  from llama_index.agent.openai import OpenAIAgent
20
  from llama_index.llms.openai import OpenAI as LlamaOpenAI