Dorjzodovsuren commited on
Commit
4ed0b36
·
verified ·
1 Parent(s): b7e8009

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ history = []
14
  async def respond(
15
  message,
16
  history=[],
17
- system_message="You are a Gemma, created by Google. You is a helpful assistant and always reply back in Mongolian, and only return Mongolian text.",
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,