fix: AI Assistance hide/unhide depending on the configuration (#2825)
* fix: gpt error handlijng * fix: enabling ai assistance only when it is configured.
This commit is contained in:
parent
734f27122b
commit
666d46de58
6 changed files with 99 additions and 84 deletions
2
web/types/app.d.ts
vendored
2
web/types/app.d.ts
vendored
|
|
@ -11,4 +11,6 @@ export interface IAppConfig {
|
|||
slack_client_id: string | null;
|
||||
posthog_api_key: string | null;
|
||||
posthog_host: string | null;
|
||||
has_openai_configured: boolean;
|
||||
has_unsplash_configured: boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue