k0gen / serge

A web interface for chatting with Alpaca through llama.cpp. Fully dockerized, with an easy to use API.
https://serge.chat
MIT License
0 stars 0 forks source link

Hide 'Pre-Prompt for initializing a conversation' textarea from users #13

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR addresses the issue #11 by hiding the 'Pre-Prompt for initializing a conversation' textarea from the users' view.

Summary of Changes

Please review and merge at your earliest convenience.

Fixes #11.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/hide-pre-prompt-textarea

šŸŽ‰ Latest improvements to Sweep:


šŸ’” To get Sweep to edit this pull request, you can:

k0gen commented 1 year ago

Now I get this error

[plugin:vite-plugin-svelte] /usr/src/app/web/src/routes/+page.svelte:90:2 <div> was left open

/usr/src/app/web/src/routes/+page.svelte:90:2

88 |    </div>
 89 |  
 90 |    <div tabindex="-1" class="collapse-arrow rounded-box collapse bg-base-200">
         ^
 91 |      <input type="checkbox" />
 92 |      <div class="collapse-title text-xl font-medium">Model settings</div>
sweep-ai[bot] commented 1 year ago

āŒ Failed to make changes

Please join our Discord to report this issue.