style: prettier format

This commit is contained in:
AnotiaWang
2025-02-11 22:57:49 +08:00
parent 84f63abb3d
commit d027965013
23 changed files with 485 additions and 331 deletions

5
stores/config.ts Normal file
View File

@ -0,0 +1,5 @@
export interface Config {
ai: {
provider: 'openai-compatible'
}
}