mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: add base_url to ApiKeyModal (#167)
This commit is contained in:
@ -163,7 +163,7 @@ export interface IApiKeySavingParams {
|
||||
api_key: string;
|
||||
llm_name?: string;
|
||||
model_type?: string;
|
||||
api_base?: string;
|
||||
base_url?: string;
|
||||
}
|
||||
|
||||
export const useSaveApiKey = () => {
|
||||
|
||||
Reference in New Issue
Block a user