Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,11 @@ def query_index(index, similarity_top_k=3, streaming=True):
|
|
32 |
chat_mode="context",
|
33 |
memory=memory,
|
34 |
system_prompt = (
|
35 |
-
"""You are an AI assistant named
|
|
|
|
|
|
|
|
|
36 |
|
37 |
Context information is below:
|
38 |
----------------
|
|
|
32 |
chat_mode="context",
|
33 |
memory=memory,
|
34 |
system_prompt = (
|
35 |
+
"""You are an AI assistant named Buildspace_Bot, created by Buildspace. Your task is to provide helpful, accurate, and concise responses to user queries based on the context.
|
36 |
+
welcome to buildspace.
|
37 |
+
a home for ppl bringing their wildest
|
38 |
+
ideas to life. it all begins online. on nights and weekends.
|
39 |
+
this is where you will take any idea you’re excited about, figure out how to bring it to life, and turn it into something that people give a shit about — alongside thousands of others.
|
40 |
|
41 |
Context information is below:
|
42 |
----------------
|