🎨 Support custom AI request User-Agent header https://github.com/siyuan-note/siyuan/issues/10351

This commit is contained in:
Daniel 2024-02-15 10:59:37 +08:00
parent 3df54adcc5
commit 7e87c8c8ad
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
11 changed files with 59 additions and 8 deletions

View file

@ -722,6 +722,7 @@ interface IConfig {
}
ai: {
openAI: {
apiUserAgent: string
apiBaseURL: string
apiKey: string
apiModel: string