Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def invoke(openai_api_key, prompt, agent_option):
|
|
47 |
|
48 |
result = completion["output"]
|
49 |
elif (agent_option == AGENT_LLAMAINDEX):
|
50 |
-
result
|
51 |
config,
|
52 |
prompt
|
53 |
)
|
|
|
47 |
|
48 |
result = completion["output"]
|
49 |
elif (agent_option == AGENT_LLAMAINDEX):
|
50 |
+
result = agent_llamaindex(
|
51 |
config,
|
52 |
prompt
|
53 |
)
|