forked from Shinonome/dots-hyprland
ai chat
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import "root:/modules/common"
|
||||
import QtQuick;
|
||||
|
||||
QtObject {
|
||||
property string role
|
||||
property string content
|
||||
property string model
|
||||
property bool thinking: true
|
||||
property bool done: false
|
||||
}
|
||||
Reference in New Issue
Block a user