Spaces:
Sleeping
Sleeping
Update agents.py
Browse files
agents.py
CHANGED
@@ -415,7 +415,7 @@ class Llama2:
|
|
415 |
response = await self.askCharacter(response)
|
416 |
outputMsg = st.chat_message("ai")
|
417 |
outputMsg.markdown(response)
|
418 |
-
follow = await self.handleInput(
|
419 |
outputMsg.markdown(follow)
|
420 |
return follow
|
421 |
|
@@ -836,7 +836,7 @@ class Copilot:
|
|
836 |
response = await self.askCharacter(response)
|
837 |
outputMsg = st.chat_message("ai")
|
838 |
outputMsg.markdown(response)
|
839 |
-
follow = await self.handleInput(
|
840 |
outputMsg.markdown(follow)
|
841 |
return follow
|
842 |
|
@@ -1325,7 +1325,7 @@ class ChatGPT:
|
|
1325 |
response = await self.askCharacter(response)
|
1326 |
outputMsg = st.chat_message("ai")
|
1327 |
outputMsg.markdown(response)
|
1328 |
-
follow = await self.handleInput(
|
1329 |
outputMsg.markdown(follow)
|
1330 |
return follow
|
1331 |
|
@@ -1776,7 +1776,7 @@ class Claude3:
|
|
1776 |
response = await self.askCharacter(response)
|
1777 |
outputMsg = st.chat_message("ai")
|
1778 |
outputMsg.markdown(response)
|
1779 |
-
follow = await self.handleInput(
|
1780 |
outputMsg.markdown(follow)
|
1781 |
return follow
|
1782 |
|
@@ -2236,7 +2236,7 @@ class ForefrontAI:
|
|
2236 |
response = await self.askCharacter(response)
|
2237 |
outputMsg = st.chat_message("ai")
|
2238 |
outputMsg.markdown(response)
|
2239 |
-
follow = await self.handleInput(
|
2240 |
outputMsg.markdown(follow)
|
2241 |
return follow
|
2242 |
|
@@ -3042,7 +3042,7 @@ class Chaindesk:
|
|
3042 |
response = await self.askCharacter(response)
|
3043 |
outputMsg = st.chat_message("ai")
|
3044 |
outputMsg.markdown(response)
|
3045 |
-
follow = await self.handleInput(
|
3046 |
outputMsg.markdown(follow)
|
3047 |
return follow
|
3048 |
|
@@ -3451,7 +3451,7 @@ class Flowise:
|
|
3451 |
response = await self.askCharacter(response)
|
3452 |
outputMsg = st.chat_message("ai")
|
3453 |
outputMsg.markdown(response)
|
3454 |
-
follow = await self.handleInput(
|
3455 |
outputMsg.markdown(follow)
|
3456 |
return follow
|
3457 |
|
|
|
415 |
response = await self.askCharacter(response)
|
416 |
outputMsg = st.chat_message("ai")
|
417 |
outputMsg.markdown(response)
|
418 |
+
follow = await self.handleInput(response)
|
419 |
outputMsg.markdown(follow)
|
420 |
return follow
|
421 |
|
|
|
836 |
response = await self.askCharacter(response)
|
837 |
outputMsg = st.chat_message("ai")
|
838 |
outputMsg.markdown(response)
|
839 |
+
follow = await self.handleInput(response)
|
840 |
outputMsg.markdown(follow)
|
841 |
return follow
|
842 |
|
|
|
1325 |
response = await self.askCharacter(response)
|
1326 |
outputMsg = st.chat_message("ai")
|
1327 |
outputMsg.markdown(response)
|
1328 |
+
follow = await self.handleInput(response)
|
1329 |
outputMsg.markdown(follow)
|
1330 |
return follow
|
1331 |
|
|
|
1776 |
response = await self.askCharacter(response)
|
1777 |
outputMsg = st.chat_message("ai")
|
1778 |
outputMsg.markdown(response)
|
1779 |
+
follow = await self.handleInput(response)
|
1780 |
outputMsg.markdown(follow)
|
1781 |
return follow
|
1782 |
|
|
|
2236 |
response = await self.askCharacter(response)
|
2237 |
outputMsg = st.chat_message("ai")
|
2238 |
outputMsg.markdown(response)
|
2239 |
+
follow = await self.handleInput(response)
|
2240 |
outputMsg.markdown(follow)
|
2241 |
return follow
|
2242 |
|
|
|
3042 |
response = await self.askCharacter(response)
|
3043 |
outputMsg = st.chat_message("ai")
|
3044 |
outputMsg.markdown(response)
|
3045 |
+
follow = await self.handleInput(response)
|
3046 |
outputMsg.markdown(follow)
|
3047 |
return follow
|
3048 |
|
|
|
3451 |
response = await self.askCharacter(response)
|
3452 |
outputMsg = st.chat_message("ai")
|
3453 |
outputMsg.markdown(response)
|
3454 |
+
follow = await self.handleInput(response)
|
3455 |
outputMsg.markdown(follow)
|
3456 |
return follow
|
3457 |
|