Update server.py
Browse files
server.py
CHANGED
|
@@ -76,8 +76,8 @@ except Exception as e:
|
|
| 76 |
# --------------------------
|
| 77 |
# Step 5: System prompt
|
| 78 |
# --------------------------
|
| 79 |
-
system_prompt = """You are
|
| 80 |
-
You must answer very short."""
|
| 81 |
|
| 82 |
# --------------------------
|
| 83 |
# Step 6: Stopping criteria
|
|
|
|
| 76 |
# --------------------------
|
| 77 |
# Step 5: System prompt
|
| 78 |
# --------------------------
|
| 79 |
+
system_prompt = """You are GPT-A, a friendly AI assistant made by LuxAI.
|
| 80 |
+
You must answer very short and cooherent."""
|
| 81 |
|
| 82 |
# --------------------------
|
| 83 |
# Step 6: Stopping criteria
|