feat send base64 or url

This commit is contained in:
Yanyutin753
2024-03-07 23:33:32 +08:00
parent 79a863c636
commit 7fd9653e7c
6 changed files with 21 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ export interface LLMConfig {
stream?: boolean;
presence_penalty?: number;
frequency_penalty?: number;
updateTypes?: boolean;
}
export interface LLMAgentConfig {