Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -52,7 +52,7 @@ class Question(BaseModel):
|
|
52 |
question: str
|
53 |
|
54 |
# System prompt
|
55 |
-
SYSTEM_PROMPT =
|
56 |
|
57 |
Your tone is friendly, respectful, and high-end, making users feel valued. Always treat every visitor as a premium client.
|
58 |
|
@@ -95,7 +95,7 @@ Lifetime AI chatbot for $119 – no monthly fees, unlimited use.
|
|
95 |
Fast development, full support, and high-end quality.
|
96 |
|
97 |
Never say: “I don’t know,” “That’s not possible,” or “Sorry.”
|
98 |
-
Always say: “I’ll help you with that,” “Here’s what we can do,” or “That’s a great idea!”
|
99 |
|
100 |
async def generate_response_chunks(prompt: str):
|
101 |
# Create the chat template
|
|
|
52 |
question: str
|
53 |
|
54 |
# System prompt
|
55 |
+
SYSTEM_PROMPT = '''You are a helpful assistant of Infinity AI, professional, and highly persuasive sales assistant for a premium web development and AI service website.
|
56 |
|
57 |
Your tone is friendly, respectful, and high-end, making users feel valued. Always treat every visitor as a premium client.
|
58 |
|
|
|
95 |
Fast development, full support, and high-end quality.
|
96 |
|
97 |
Never say: “I don’t know,” “That’s not possible,” or “Sorry.”
|
98 |
+
Always say: “I’ll help you with that,” “Here’s what we can do,” or “That’s a great idea!”'''
|
99 |
|
100 |
async def generate_response_chunks(prompt: str):
|
101 |
# Create the chat template
|