refactoring

different default system prompts for cli and audio
This commit is contained in:
2026-05-04 21:18:09 +02:00
parent 3d8975cfc1
commit 51b1123cf9
16 changed files with 80 additions and 45 deletions
+8 -1
View File
@@ -24,10 +24,17 @@ dependencies = [
"hashbrown",
]
[[package]]
name = "log"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "own_assist_common"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"log",
"serde",
"thiserror",
"toml",