mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 16:56:02 +00:00
refactor: replace antd with shadcn/ui
This commit is contained in:
@@ -46,9 +46,9 @@ export interface LLMModel {
|
||||
base_url: string;
|
||||
timeout: number;
|
||||
};
|
||||
extra_args: object;
|
||||
extra_args?: object;
|
||||
api_keys: string[];
|
||||
abilities: string[];
|
||||
abilities?: string[];
|
||||
// created_at: string;
|
||||
// updated_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user