Skip to content

Commit

Permalink
Assistant fine tune
Browse files Browse the repository at this point in the history
  • Loading branch information
édouard wautier authored and édouard wautier committed Nov 14, 2023
1 parent f408bf6 commit 6c9cd44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/builder/assistants/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default function AssistantsBuilder({
title="Dust Assistants"
description='Assistants built by Dust for multiple use cases. For instance, use "@help" for any question Dust related, use the handle "@notion" to target specifically knowledge on Notion…'
/>
<ContextItem.List className="mt-8 text-element-900">
<ContextItem.List>
{dustAgents.map((agent) => (
<ContextItem
key={agent.sId}
Expand Down
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/subscription/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export default function Subscription({
</Page.Vertical>
)}
</Page.Vertical>
<div className="s-h-12" />
<div className="h-12" />
</AppLayout>
);
}

0 comments on commit 6c9cd44

Please sign in to comment.