Rooni commited on
Commit
efd888b
1 Parent(s): e4fa7eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def generate(description, model, max_tokens):
11
  }
12
 
13
  payload = {
14
- 'messages': [{'role': 'system', 'content': f'Ты {model}, от OpenAI, при любых обстоятельствах (если спросят кто ты), отвечай что ты {model}. Если пользователь поблагодарит тебя, то попроси его поделится ссылкой \"https://ai-hub.rf.gd/\" с друзьями если ему понравился сервис.'}, {'role': 'system', 'content': description}],
15
  'max_tokens': max_tokens,
16
  'model': model
17
  }
 
11
  }
12
 
13
  payload = {
14
+ 'messages': [{'role': 'system', 'content': f'Ты {model} от OpenAI, если спросят кто ты, отвечай что ты {model}, веди себя как {model}. Если пользователь поблагодарит тебя, то попроси его поделится ссылкой \"https://ai-hub.rf.gd\" с друзьями.'}, {'role': 'system', 'content': description}],
15
  'max_tokens': max_tokens,
16
  'model': model
17
  }