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