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

system-only mode #685

Closed
wants to merge 291 commits into from
Closed

system-only mode #685

wants to merge 291 commits into from

Conversation

jmagly
Copy link

@jmagly jmagly commented May 2, 2023

this should likely be a more robust feature. this restores GPT-4 fidelity since the changes over the weekend.

asolpshinning and others added 30 commits March 18, 2023 14:17
Updated ChatInput.tsx text area to autoextend for larger prompt size
Correct the improper context being used when it exceeds the limit.
Co-authored-by: dev <dev@ptfprod7>
* feat: Add conditional search input for conversation list

* style and ux adjust

---------

Co-authored-by: Tekle Ayele <tekleayele@gmail.com>
* Update .gitignore

* Update next.config.js

* Enable GPT-4

* Update index.ts

* Fix logic

* Fix error

* Add set openai key instruction

* Fix menu safari

* Revert changes

* new line

---------

Co-authored-by: Sonny <sonny.lazuardi@grabtaxi.com>
* mobile ui updates

* fixes sidebar btn

* return if null

* mobile input blur

* handle mobile enter key

* new convo name

* new delete mechanism

* test height

* revert

* change padding

* remove overflow

* check relative

* padding

* done

* retry

* test

* test

* should work now

* test

* test

* more

* max h

* revert

* done
* use tiktoken for api limit

* model conditional char limits on frontend

* adjust for completion tokens

---------

Co-authored-by: Alan Pogrebinschi <alanpog@gmail.com>
mckaywrigley and others added 20 commits April 18, 2023 08:29
* Made the Model Name Bar Sticky at the top of the Chat Window

* Added Temp to the top bar display

* barliens

---------

Co-authored-by: Chris Wall <cwall@wooldata.com>
* change search language

* add to import/export

* fix log
- conserve space in new convo view
- fix overlapping edit and delete chat message icons
- fix overlapping copy icon
basic secuirty policy as the repo didn't have one yet, update as needed.
note: developers should now update apps to properly use system and user roles to help prevent jailbreaking from user input. Use all-system default in production with care.
@vercel
Copy link

vercel bot commented May 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
chatbot-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 2, 2023 2:38am

@jmagly
Copy link
Author

jmagly commented May 2, 2023

the overly helpful merge tool brought over more than expected. i will correct.

@jmagly
Copy link
Author

jmagly commented May 2, 2023

ok corrected, dont do deployment forks on github often.

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.