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