style: prettier format
This commit is contained in:
5
stores/config.ts
Normal file
5
stores/config.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export interface Config {
|
||||
ai: {
|
||||
provider: 'openai-compatible'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user