chore: prompts improvements

This commit is contained in:
ITQ
2025-02-18 23:57:18 +03:00
parent 21fa9a55cc
commit 5634f2fac1
2 changed files with 8 additions and 9 deletions
@@ -36,7 +36,7 @@ class YandexAIModerator:
self.sdk.models.completions(
"yandexgpt-lite", model_version="latest"
)
.configure(max_tokens=200, temperature=0.1)
.configure(max_tokens=500, temperature=0.1)
.run_deferred(
[
{"role": "system", "text": MODERATION_PROMPT},