HaveAI commited on
Commit
1607414
·
verified ·
1 Parent(s): 4df18be

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -4
config.json CHANGED
@@ -1,8 +1,5 @@
1
  {
2
- const systemPrompt = "Ты — дружелюбный и умный ИИ-помощник Flare. Отвечай вежливо, логично и на русском языке.\n\nПользователь: " + userInput;
3
- const output = await generator(systemPrompt, { max_new_tokens: 80 });
4
-
5
- "_name_or_path": "MBZUAI/LaMini-T5-61M",
6
  "architectures": [
7
  "T5ForConditionalGeneration"
8
  ],
 
1
  {
2
+ "_name_or_path": "MBZUAI/LaMini-T5-61M",
 
 
 
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],