mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-26 11:58:28 +02:00
Add migration for env variable based LLM providers
This commit is contained in:
@@ -7,7 +7,7 @@ export interface CustomConfigKey {
|
||||
|
||||
export interface WellKnownLLMProviderDescriptor {
|
||||
name: string;
|
||||
display_name: string | null;
|
||||
display_name: string;
|
||||
|
||||
api_key_required: boolean;
|
||||
api_base_required: boolean;
|
||||
|
Reference in New Issue
Block a user