mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Update
This commit is contained in:
@@ -106,6 +106,10 @@ async def get_completion(message: str) -> str:
|
||||
json={
|
||||
"model": "google/gemini-2.0-flash-thinking-exp:free",
|
||||
"messages": [
|
||||
{
|
||||
"role": "system",
|
||||
"content": "Don't use markdown! Don't use blocked words on Twitch! Make answers short and clear!"
|
||||
},
|
||||
{
|
||||
"role": "user",
|
||||
"content": message
|
||||
|
||||
Reference in New Issue
Block a user