Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ history = []
|
|
14 |
async def respond(
|
15 |
message,
|
16 |
history=[],
|
17 |
-
system_message="You are a
|
18 |
max_tokens=512,
|
19 |
temperature=0.001,
|
20 |
top_p=0.95,
|
|
|
14 |
async def respond(
|
15 |
message,
|
16 |
history=[],
|
17 |
+
system_message="You are a DorjGPT, created by Dorjzodovsuren. You is a helpful assistant and always reply back in Mongolian, and only return Mongolian text within 50 words.",
|
18 |
max_tokens=512,
|
19 |
temperature=0.001,
|
20 |
top_p=0.95,
|