Skip to content

Commit

Permalink
Update ai chargen instructions (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
sceuick authored Jul 17, 2024
1 parent 0b1d044 commit 14c4de4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 deletions.
40 changes: 25 additions & 15 deletions web/pages/Character/CreateCharacterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,21 +377,31 @@ export const CreateCharacterForm: Component<{
rootModalStore.info(
'AI Character Generation',
<>
1. Fill out the <Pill small>Description</Pill> field
<br />
2. Select the Service you wish to use
<br />
3. Click{' '}
<Pill inverse type="hl" small>
Generate
</Pill>
&nbsp;- It may take 30-60 seconds to generate.
<br />
4. Adjust the <Pill small>Description</Pill> and click{' '}
<Pill type="hl" inverse small>
Regenerate
</Pill>
&nbsp;to regenerate a specific field.
<p class="inline-flex gap-1">
1. Fill out <Pill small>Name</Pill> and <Pill small>Description</Pill>{' '}
fields
</p>
<p class="inline-flex gap-1">
2. <i>(Optional)</i> Choose or update your preset{' '}
<Pill inverse type="hl" small>
<SlidersVertical size={14} />
</Pill>
</p>
<p class="inline-flex gap-1">
3. Click{' '}
<Pill inverse type="hl" small>
<WandSparkles size={14} />
</Pill>
&nbsp;on the field you'd like to generate.
</p>

<p class="inline-flex gap-1">
4. Adjust the <Pill small>Description</Pill> and click{' '}
<Pill inverse type="hl" small>
<WandSparkles size={14} />
</Pill>
&nbsp;to regenerate.
</p>
</>
)
}}
Expand Down
2 changes: 1 addition & 1 deletion web/shared/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const Pill: Component<{

return (
<span
class={`border-[1px] px-2 py-1 text-sm`}
class={`flex items-center border-[1px] px-2 py-1 text-sm`}
style={bg()}
onClick={props.onClick}
classList={{
Expand Down

0 comments on commit 14c4de4

Please sign in to comment.