Update system prompt vanomas vibe third try (add more tokens)
This commit is contained in:
parent
c1c8863435
commit
75cb997167
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ async def _generate_response(user_text: str) -> str:
|
|||
{"role": "system", "content": SYSTEM_PROMPT},
|
||||
{"role": "user", "content": user_text},
|
||||
],
|
||||
"max_tokens": 256,
|
||||
"max_tokens": 500,
|
||||
"temperature": 0.8,
|
||||
"top_p": 0.9,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue