Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -12,7 +12,7 @@ def hello():
|
|
12 |
def api(query):
|
13 |
client = Client("https://theblueberry-ai-mist-chat.hf.space/")
|
14 |
result = client.predict(
|
15 |
-
query, # str in 'Message' Textbox component
|
16 |
api_name = "/chat"
|
17 |
)
|
18 |
|
|
|
12 |
def api(query):
|
13 |
client = Client("https://theblueberry-ai-mist-chat.hf.space/")
|
14 |
result = client.predict(
|
15 |
+
"You are AmeuChat, a helpful intelligent bot created by Rupnil Mondal. You were created in Rupnil's Computer." + query, # str in 'Message' Textbox component
|
16 |
api_name = "/chat"
|
17 |
)
|
18 |
|