Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paul assistant #1342

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open

Paul assistant #1342

wants to merge 32 commits into from

Conversation

willydouhard
Copy link
Collaborator

No description provided.

@@ -402,6 +427,9 @@ def acall(self):
"TaskStatus",
"Video",
"ChatSettings",
"AssistantSettings",
# assistant
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment

@@ -0,0 +1,16 @@
from typing import List, Dict
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we have multiple assistant file it can be in a dedicated folder/module

StaticFiles(directory="public", check_dir=False),
name="public",
)
# app.mount(
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this commented?

Union[None, User, PersistedUser], Depends(get_current_user)
],
):
# if not current_user:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this commented?

@@ -40,6 +41,7 @@ const Header = memo(() => {
}}
>
<ChatProfiles />
<SelectedAssistantDisplay />
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can chat profiles co exist with assistants?

Copy link
Collaborator

@ModEnter ModEnter Sep 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they should not, but it will simply be specified in the README (or/and the doc)

const enableHistory = !!user.accessToken && !!config?.dataPersistence;

useEffect(() => {
if (isMobile) {
setChatHistoryOpen(false);
} else {
setChatHistoryOpen(enableHistory);
setChatHistoryOpen(true);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should use enableHistory and include assistants in it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants