mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
refactor: casdoor settings
This commit is contained in:
parent
ed72b67300
commit
37fa8b899f
12 changed files with 1827 additions and 544 deletions
10
settings/openai.go
Normal file
10
settings/openai.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package settings
|
||||
|
||||
type OpenAI struct {
|
||||
BaseUrl string `json:"base_url"`
|
||||
Token string `json:"token"`
|
||||
Proxy string `json:"proxy"`
|
||||
Model string `json:"model"`
|
||||
}
|
||||
|
||||
var OpenAISettings = OpenAI{}
|
Loading…
Add table
Add a link
Reference in a new issue