cryptocalypse
commited on
Commit
•
cc9d934
1
Parent(s):
ceff082
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def respond(
|
|
111 |
|
112 |
global fastmem
|
113 |
fastmem = ME.longToShortFast(message)
|
114 |
-
system_message="GOAL SYNOPSYS: "+systemmsg+" \n\n\n FOUND IN
|
115 |
|
116 |
|
117 |
messages = [{"role": "system", "content": systemmsg}]
|
@@ -157,7 +157,7 @@ with gr.Blocks(title="NWO BOT") as app:
|
|
157 |
|
158 |
with gr.Tab("Search"):
|
159 |
with gr.Row():
|
160 |
-
txt_search = gr.Textbox(value="Rothschild",scale=5)
|
161 |
btn_search = gr.Button("Search",scale=1)
|
162 |
with gr.Row():
|
163 |
#search_results = gr.Dataframe(type="pandas")
|
|
|
111 |
|
112 |
global fastmem
|
113 |
fastmem = ME.longToShortFast(message)
|
114 |
+
system_message="GOAL SYNOPSYS: "+systemmsg+" \n\n\n FOUND IN LOCAL LIBRARY: "+json.dumps(fastmem.memory)[0:5000]+". Soy NwoBot. Mi nombre es NwoBot. I'm NewBot. My name is NewBot. Mi nombre es NewBot "
|
115 |
|
116 |
|
117 |
messages = [{"role": "system", "content": systemmsg}]
|
|
|
157 |
|
158 |
with gr.Tab("Search"):
|
159 |
with gr.Row():
|
160 |
+
txt_search = gr.Textbox(value="Rothschild",label="Search Term",scale=5)
|
161 |
btn_search = gr.Button("Search",scale=1)
|
162 |
with gr.Row():
|
163 |
#search_results = gr.Dataframe(type="pandas")
|