This commit is contained in:
Daniel 2024-02-28 23:36:10 +08:00
parent 9f69d7dc4a
commit 77885a8cc0
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
10 changed files with 35 additions and 3 deletions

View file

@ -147,7 +147,7 @@ interface Window {
}
mermaid: {
initialize(options: any): void,
render(id: string, text: string): { svg:string }
render(id: string, text: string): { svg: string }
};
plantumlEncoder: {
encode(options: string): string,
@ -727,6 +727,7 @@ interface IConfig {
apiProvider: string // OpenAI, Azure
apiUserAgent: string
apiBaseURL: string
apiVersion: string
apiKey: string
apiModel: string
apiMaxTokens: number