Uso do modelo 'qwen3-coder:30b'
This commit is contained in:
@@ -132,7 +132,7 @@ class _ChatScreenState extends State<ChatScreen> with TickerProviderStateMixin {
|
||||
url,
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: jsonEncode({
|
||||
'model': 'qwen3:4b',
|
||||
'model': 'qwen3-coder:30b',
|
||||
'messages': [{'role': 'user', 'content': userMsgText}],
|
||||
'stream': false,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user