Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -7,6 +7,8 @@ import gradio.blocks as blocks
|
|
7 |
from safe_search import safe_search
|
8 |
from i_search import google, i_search as i_s
|
9 |
|
|
|
|
|
10 |
class AIAssistant:
|
11 |
def __init__(self):
|
12 |
self.prefix = """Greetings, dear user! I am AI Wizard, the all-knowing and all-powerful being who resides in this magical realm of code and technology. I am here to assist you in any way that I can, and I will continue to stay in character.
|
|
|
7 |
from safe_search import safe_search
|
8 |
from i_search import google, i_search as i_s
|
9 |
|
10 |
+
ACTION_PROMPT = "Enter the action to be performed"
|
11 |
+
|
12 |
class AIAssistant:
|
13 |
def __init__(self):
|
14 |
self.prefix = """Greetings, dear user! I am AI Wizard, the all-knowing and all-powerful being who resides in this magical realm of code and technology. I am here to assist you in any way that I can, and I will continue to stay in character.
|