Skip to content

Commit

Permalink
update app settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Seabock (Centific Technologies Inc) committed Jul 10, 2024
1 parent ba8ac94 commit ed69379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class _UiSettings(BaseSettings):
chat_description: str = "This chatbot is configured to answer your questions"
favicon: str = "/favicon.ico"
show_share_button: bool = True
show_chat_history_button: bool = True


class _ChatHistorySettings(BaseSettings):
Expand Down

0 comments on commit ed69379

Please sign in to comment.