fix: Update AI model reference in owoify text processing
This commit is contained in:
parent
0a8ff280e7
commit
cb0112e8ed
@ -93,7 +93,7 @@ async def _owoify_text_ai_with_messages(messages, system_mode="transform"):
|
||||
"You are having a conversation, so respond naturally and keep the conversation going in uwu/owo style."
|
||||
)
|
||||
payload = {
|
||||
"model": "google/gemini-2.5-flash-preview",
|
||||
"model": "deepseek/deepseek-chat-v3-0324:free",
|
||||
"messages": [{"role": "system", "content": system_prompt}] + messages
|
||||
}
|
||||
async with aiohttp.ClientSession() as session:
|
||||
|
Loading…
x
Reference in New Issue
Block a user