RaphaelKalandadze commited on
Commit
11a66c9
·
verified ·
1 Parent(s): 0b636a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def greet(text):
17
  {"role": "user", "content": text}],
18
  "model":"RaphaelKalandadze/test4",
19
  "temperature": 0.4,
20
- "max_tokens": 512,
21
  "frequency_penalty": 1.2,
22
  }
23
  }
 
17
  {"role": "user", "content": text}],
18
  "model":"RaphaelKalandadze/test4",
19
  "temperature": 0.4,
20
+ "max_tokens": 1024,
21
  "frequency_penalty": 1.2,
22
  }
23
  }