AlanRobotics commited on
Commit
66fee5d
1 Parent(s): bcb31a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -52,6 +52,7 @@ from transformers import pipeline
52
  pipe = pipeline("text-generation", model="MTSAIR/Cotype-Nano", device="cuda")
53
 
54
  messages = [
 
55
  {"role": "user", "content": "Расскажи мне про ИИ"},
56
  ]
57
 
 
52
  pipe = pipeline("text-generation", model="MTSAIR/Cotype-Nano", device="cuda")
53
 
54
  messages = [
55
+ {"role": "system", "content": "Ты — ИИ-помощник. Тебе дано задание: необходимо сгенерировать подробный и развернутый ответ."},
56
  {"role": "user", "content": "Расскажи мне про ИИ"},
57
  ]
58