mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 22:10:14 +08:00
update 更新appsetting
This commit is contained in:
@@ -24,10 +24,16 @@
|
||||
"HeaderHeight": 48
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"Sqlite": "Data Source=AntSK.db;"
|
||||
"Postgres": "Host=;Port=;Database=antsk;Username=;Password="
|
||||
},
|
||||
"AIModelList": {
|
||||
"KmsChatModel": "gpt-35-turbo-16k,gpt4-turbo",
|
||||
"KmsEmbeddingModel": "text-embedding-ada-002,"
|
||||
"OpenAIOption": {
|
||||
"EndPoint": "",
|
||||
"Key": "",
|
||||
"Model": "",
|
||||
"EmbeddingModel": ""
|
||||
},
|
||||
"Postgres": {
|
||||
"ConnectionString": "Host=;Port=;Database=antsk;Username=;Password=",
|
||||
"TableNamePrefix": "km-"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user