feat: add base_url to ApiKeyModal (#167)

This commit is contained in:
balibabu
2024-03-29 09:52:19 +08:00
committed by GitHub
parent 88eadb5c47
commit 7bae41c71f
4 changed files with 27 additions and 7 deletions

View File

@ -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 = () => {