Spaces:
Runtime error
Runtime error
Commit
·
262ef94
1
Parent(s):
7450af5
correct agent selection bug
Browse files
app.py
CHANGED
@@ -550,7 +550,7 @@ elif Choice =='Zero Short React':
|
|
550 |
elif Choice =='OpenAI Multi':
|
551 |
agent = agent_OPENAI_MULTI
|
552 |
print("Set to:", Choice)
|
553 |
-
agent = agent_ZEROSHOT_AGENT
|
554 |
|
555 |
|
556 |
print(agent.agent.llm_chain.prompt.template)
|
|
|
550 |
elif Choice =='OpenAI Multi':
|
551 |
agent = agent_OPENAI_MULTI
|
552 |
print("Set to:", Choice)
|
553 |
+
# agent = agent_ZEROSHOT_AGENT
|
554 |
|
555 |
|
556 |
print(agent.agent.llm_chain.prompt.template)
|