Uso do modelo 'qwen3-coder:30b'

This commit is contained in:
2026-03-24 19:29:42 +00:00
parent 4bd018e8f8
commit 1f44561b33

View File

@@ -132,7 +132,7 @@ class _ChatScreenState extends State<ChatScreen> with TickerProviderStateMixin {
url, url,
headers: {'Content-Type': 'application/json'}, headers: {'Content-Type': 'application/json'},
body: jsonEncode({ body: jsonEncode({
'model': 'qwen3:4b', 'model': 'qwen3-coder:30b',
'messages': [{'role': 'user', 'content': userMsgText}], 'messages': [{'role': 'user', 'content': userMsgText}],
'stream': false, 'stream': false,
}), }),