v0.8
版本发布时间: 2024-04-03 17:57:50
huggingface/chat-ui最新发布版本:v0.9.3(2024-10-04 17:03:27)
What's Changed
- Make mixtral the default model for new users by @nsarrazin in https://github.com/huggingface/chat-ui/pull/672
- Update share behaviour by @mishig25 in https://github.com/huggingface/chat-ui/pull/645
- Use JSON5 for parsing all config vars by @nsarrazin in https://github.com/huggingface/chat-ui/pull/671
- Fixes "invalid url" error in websearch by @muhammadbaqirjafari in https://github.com/huggingface/chat-ui/pull/675
- Remove falcon 180B by @nsarrazin in https://github.com/huggingface/chat-ui/pull/680
- Apply settings without reloading the page by @nsarrazin in https://github.com/huggingface/chat-ui/pull/682
- Add doc section about updating HuggingChat by @nsarrazin in https://github.com/huggingface/chat-ui/pull/683
- Add embedding models configurable, from both transformers.js and TEI by @mikelfried in https://github.com/huggingface/chat-ui/pull/646
- Update openchat to 0106 by @nsarrazin in https://github.com/huggingface/chat-ui/pull/687
- Mv embeddingEndpoints.ts by @mishig25 in https://github.com/huggingface/chat-ui/pull/688
- Add an endpoints to expose models and conversations by @alak in https://github.com/huggingface/chat-ui/pull/694
- Set message id on server side by @nsarrazin in https://github.com/huggingface/chat-ui/pull/696
- Add NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO by @nsarrazin in https://github.com/huggingface/chat-ui/pull/700
- [Small model] Explicitly close AsyncGenerator by @mishig25 in https://github.com/huggingface/chat-ui/pull/704
- Bump max new tokens for NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO by @nsarrazin in https://github.com/huggingface/chat-ui/pull/702
- Add conversation API endpoint to get conversation by @alak in https://github.com/huggingface/chat-ui/pull/698
- Revert "[Small model] Explicitly close AsyncGenerator" by @mishig25 in https://github.com/huggingface/chat-ui/pull/709
- Bump vite from 4.3.9 to 4.5.2 by @dependabot in https://github.com/huggingface/chat-ui/pull/713
- [Websearch] Fix UI flicker by @mishig25 in https://github.com/huggingface/chat-ui/pull/710
- [JS] use shorthand notation by @mishig25 in https://github.com/huggingface/chat-ui/pull/711
- [Fix] UI bug "Delete" label by @mishig25 in https://github.com/huggingface/chat-ui/pull/717
- Bring back mistral task model by @nsarrazin in https://github.com/huggingface/chat-ui/pull/718
- Use JSON5 for embeddings by @nsarrazin in https://github.com/huggingface/chat-ui/pull/719
- Continue generation feature by @nsarrazin in https://github.com/huggingface/chat-ui/pull/707
- Update readme to use
mistralai/Mistral-7B-Instruct-v0.2
by @mishig25 in https://github.com/huggingface/chat-ui/pull/723 - [SmallModel] Nit update the comment by @mishig25 in https://github.com/huggingface/chat-ui/pull/726
- close the stream after the final answer by @alak in https://github.com/huggingface/chat-ui/pull/722
- [Fix] small fixes in websearch generateQuery by @mishig25 in https://github.com/huggingface/chat-ui/pull/727
- Assistants feature by @nsarrazin in https://github.com/huggingface/chat-ui/pull/639
- fix: social thumbnail assistants in prod by @nsarrazin in https://github.com/huggingface/chat-ui/pull/732
- Assistants: quick layout fixes by @gary149 in https://github.com/huggingface/chat-ui/pull/733
- [SmallModel] TASK_MODEL='mistralai/Mistral-7B-Instruct-v0.1' by @mishig25 in https://github.com/huggingface/chat-ui/pull/729
- Fix social thumbnails: images by @nsarrazin in https://github.com/huggingface/chat-ui/pull/734
- Add failure strategy to README.md by @nsarrazin in https://github.com/huggingface/chat-ui/pull/731
- move assistants settings buttons by @gary149 in https://github.com/huggingface/chat-ui/pull/738
- Update nous prompt by @nsarrazin in https://github.com/huggingface/chat-ui/pull/728
- switching api to public by @alak in https://github.com/huggingface/chat-ui/pull/739
- [Fix README] Nit: some small indent issues by @mishig25 in https://github.com/huggingface/chat-ui/pull/741
- Add CodeLlama-70b-Instruct-hf by @nsarrazin in https://github.com/huggingface/chat-ui/pull/752
- Update news for code llama by @mishig25 in https://github.com/huggingface/chat-ui/pull/753
- Web search: UI update by @gary149 in https://github.com/huggingface/chat-ui/pull/749
- Remove tabs in websearch prompt by @nsarrazin in https://github.com/huggingface/chat-ui/pull/754
- Mobile navs: bigger buttons and hide new? by @gary149 in https://github.com/huggingface/chat-ui/pull/720
- Top assistants page by @nsarrazin in https://github.com/huggingface/chat-ui/pull/740
- assistants: add beta tag by @gary149 in https://github.com/huggingface/chat-ui/pull/758
- Hide websearch on assistants by @nsarrazin in https://github.com/huggingface/chat-ui/pull/759
- Assistants: UI tweaks for release by @gary149 in https://github.com/huggingface/chat-ui/pull/764
- add an api endpoint to get current user's informations by @alak in https://github.com/huggingface/chat-ui/pull/763
- Bring back featured check on top assistants page by @nsarrazin in https://github.com/huggingface/chat-ui/pull/765
- Convert all assistants avatar to jpeg server-side by @nsarrazin in https://github.com/huggingface/chat-ui/pull/762
- Make assistant feature visible globally by @nsarrazin in https://github.com/huggingface/chat-ui/pull/756
- assistants: add hint by @gary149 in https://github.com/huggingface/chat-ui/pull/767
- Use assistant avatar in conversation, if available by @nsarrazin in https://github.com/huggingface/chat-ui/pull/776
- Disable websearch on assistants, server & client side by @nsarrazin in https://github.com/huggingface/chat-ui/pull/778
- [Assistants] Add pagination by @mishig25 in https://github.com/huggingface/chat-ui/pull/772
- Add Plausible analytics by @nsarrazin in https://github.com/huggingface/chat-ui/pull/779
- add alternative callback url for the login process by @alak in https://github.com/huggingface/chat-ui/pull/766
- [Assistnats] Fix pagination numTotalPages by @mishig25 in https://github.com/huggingface/chat-ui/pull/780
- [Assistants] Fix/clear searchParams while changing models by @mishig25 in https://github.com/huggingface/chat-ui/pull/783
- [Assistants] Fix selected model reactivity by @mishig25 in https://github.com/huggingface/chat-ui/pull/784
- [Fix] on cancel operations, preerve previous URL query params by @mishig25 in https://github.com/huggingface/chat-ui/pull/781
- Several QoL contributions by @flexchar in https://github.com/huggingface/chat-ui/pull/760
- [Chat input] Fix asian keyboards by @mishig25 in https://github.com/huggingface/chat-ui/pull/789
- Update README.md by @eltociear in https://github.com/huggingface/chat-ui/pull/791
- [Login Modal] Fix not showing properly on mobile by @mishig25 in https://github.com/huggingface/chat-ui/pull/796
- [Assistnats] improve reporting by @mishig25 in https://github.com/huggingface/chat-ui/pull/797
- Add missing prod config for report assistants by @mishig25 in https://github.com/huggingface/chat-ui/pull/799
- [Assitants] Community | User tabs by @mishig25 in https://github.com/huggingface/chat-ui/pull/773
- [Frontend] keypress -> keydown by @mishig25 in https://github.com/huggingface/chat-ui/pull/800
- [Chat input] Blur on submit by @mishig25 in https://github.com/huggingface/chat-ui/pull/790
- [Assistants] update page & visiblity logic by @mishig25 in https://github.com/huggingface/chat-ui/pull/802
- fix continue button on openai endpoint by @nsarrazin in https://github.com/huggingface/chat-ui/pull/803
- [Privacy page] Skip disclaimer modal by @mishig25 in https://github.com/huggingface/chat-ui/pull/808
- /assistants: add user count by @gary149 in https://github.com/huggingface/chat-ui/pull/809
- [Assistants] update numbering labels by @mishig25 in https://github.com/huggingface/chat-ui/pull/811
- Fix delete assistant query performance by @nsarrazin in https://github.com/huggingface/chat-ui/pull/806
- [fix] If APP_BASE is empty, go to '/' instead of an empty string. by @gururise in https://github.com/huggingface/chat-ui/pull/785
- Only use plausible if PUBLIC_ORIGIN is set by @nsarrazin in https://github.com/huggingface/chat-ui/pull/814
- 🗃️ Create index on users.username by @coyotte508 in https://github.com/huggingface/chat-ui/pull/819
- Added support for SearXNG as a websearch source by @Karlostavitch1 in https://github.com/huggingface/chat-ui/pull/805
- Make lorax openai endpoint working by @flozi00 in https://github.com/huggingface/chat-ui/pull/755
- Simple Email Authorization by @nicomt in https://github.com/huggingface/chat-ui/pull/801
- Ask for a reason when reporting assistants by @nsarrazin in https://github.com/huggingface/chat-ui/pull/825
- [Assistants] Add new indices for efficient querying by @mishig25 in https://github.com/huggingface/chat-ui/pull/810
- [Assisntats reports] Minor fixes by @mishig25 in https://github.com/huggingface/chat-ui/pull/827
- Conversation trees (#223) by @nsarrazin in https://github.com/huggingface/chat-ui/pull/807
- [Privacy page] Skip disclaimer modal including
basePath
by @mishig25 in https://github.com/huggingface/chat-ui/pull/829 - Allow customising defaultQuery for native Azure OpenAI support by @zacps in https://github.com/huggingface/chat-ui/pull/822
- [Assistants settings] Fix freezing by @mishig25 in https://github.com/huggingface/chat-ui/pull/830
- Revert "[Assistants settings] Fix freezing" by @mishig25 in https://github.com/huggingface/chat-ui/pull/831
- [Mongo] Optimize
reports
collection query by @mishig25 in https://github.com/huggingface/chat-ui/pull/832 - Revert "[Mongo] Optimize
reports
collection query" by @mishig25 in https://github.com/huggingface/chat-ui/pull/833 - [Mongo] Optimize
reports
collection query (v2) by @mishig25 in https://github.com/huggingface/chat-ui/pull/834 - fix shifted layout by @gary149 in https://github.com/huggingface/chat-ui/pull/836
- Make compatible with Microsoft Entra (v1 and v2 tokens) by @zacps in https://github.com/huggingface/chat-ui/pull/821
- ✨ Add stats on conversations by @coyotte508 in https://github.com/huggingface/chat-ui/pull/828
- Bring back model urls by @nsarrazin in https://github.com/huggingface/chat-ui/pull/848
- Models page by @gary149 in https://github.com/huggingface/chat-ui/pull/849
- Add gemma model to prod config by @nsarrazin in https://github.com/huggingface/chat-ui/pull/854
- hotfix websiteUrl gemma by @nsarrazin in https://github.com/huggingface/chat-ui/pull/856
- Update gemma description by @nsarrazin in https://github.com/huggingface/chat-ui/pull/857
- Abort generation if an error is displayed on the front-end. by @nsarrazin in https://github.com/huggingface/chat-ui/pull/855
- Allow retry on shared conversations by @nsarrazin in https://github.com/huggingface/chat-ui/pull/839
- /models tweaks by @gary149 in https://github.com/huggingface/chat-ui/pull/864
- [Mongo] count messages (aggregate) only when needed by @mishig25 in https://github.com/huggingface/chat-ui/pull/863
- [Mongo] optimizations by @mishig25 in https://github.com/huggingface/chat-ui/pull/859
- Revert "[Mongo] count messages (aggregate) only when needed" by @mishig25 in https://github.com/huggingface/chat-ui/pull/865
- [Mongo] count messages (aggregate) only when needed V2 by @mishig25 in https://github.com/huggingface/chat-ui/pull/866
- [Assistants] Fix
remove
behaviour by @mishig25 in https://github.com/huggingface/chat-ui/pull/869 - Small UX updates assistants by @nsarrazin in https://github.com/huggingface/chat-ui/pull/872
- Pass websearch to
preprocessMessages
by @nsarrazin in https://github.com/huggingface/chat-ui/pull/876 - Use
uuid
for message ID generation instead of crypto method by @nsarrazin in https://github.com/huggingface/chat-ui/pull/882 - Fix Error: Ancestor Not Found issue by @nsarrazin in https://github.com/huggingface/chat-ui/pull/884
- Bump undici and @sveltejs/kit by @dependabot in https://github.com/huggingface/chat-ui/pull/862
- Add a simple populate script by @nsarrazin in https://github.com/huggingface/chat-ui/pull/880
- Make sure we properly close the stream when done by @nsarrazin in https://github.com/huggingface/chat-ui/pull/891
- Improve error handling when posting new messages by @nsarrazin in https://github.com/huggingface/chat-ui/pull/892
- fix retry button showing while loading by @nsarrazin in https://github.com/huggingface/chat-ui/pull/894
- Navigation collapse by @gary149 in https://github.com/huggingface/chat-ui/pull/893
- Bug Fix: Json Decoder aggessively pulls json by @MDCurrent in https://github.com/huggingface/chat-ui/pull/867
- Fix issue with "continue" feature on llama.cpp endpoints by @nsarrazin in https://github.com/huggingface/chat-ui/pull/898
- [Assistants] Filter on names by @mishig25 in https://github.com/huggingface/chat-ui/pull/841
- Automated migration setup by @nsarrazin in https://github.com/huggingface/chat-ui/pull/897
- [Assistants] Show/enable UI for filtering by @mishig25 in https://github.com/huggingface/chat-ui/pull/901
- [Assistants filter] Fix bug by @mishig25 in https://github.com/huggingface/chat-ui/pull/902
- Add limits on API endpoints by @nsarrazin in https://github.com/huggingface/chat-ui/pull/886
- [Assistants filter] Make UI more responsive by @mishig25 in https://github.com/huggingface/chat-ui/pull/906
- [Assistants filter] More UX fixes by @mishig25 in https://github.com/huggingface/chat-ui/pull/908
- Make sure preprompt is set on open ai endpoint type by @nsarrazin in https://github.com/huggingface/chat-ui/pull/913
- Include last chunk in websearch context by @nsarrazin in https://github.com/huggingface/chat-ui/pull/912
- Make assistant settings form fill the modal by @nsarrazin in https://github.com/huggingface/chat-ui/pull/900
- Bump jose from 4.14.4 to 4.15.5 by @dependabot in https://github.com/huggingface/chat-ui/pull/914
- Return an error on unknown model in new conversation by @nsarrazin in https://github.com/huggingface/chat-ui/pull/916
- Direct model page by @nsarrazin in https://github.com/huggingface/chat-ui/pull/858
- Remove double meta tags on models page by @nsarrazin in https://github.com/huggingface/chat-ui/pull/918
- Add openai embeddings by @Martok88 in https://github.com/huggingface/chat-ui/pull/915
- fix: Prompt bypasses login by @KartikGS in https://github.com/huggingface/chat-ui/pull/921
- Fix prompt caching on llama.cpp endpoints by @reversebias in https://github.com/huggingface/chat-ui/pull/920
- Add websearch controls for assistants by @nsarrazin in https://github.com/huggingface/chat-ui/pull/812
- Anthropic Endpoint Support by @Saghen in https://github.com/huggingface/chat-ui/pull/923
- Remove extra > in URLs by @nsarrazin in https://github.com/huggingface/chat-ui/pull/931
- Fix multi domains for assistants by @nsarrazin in https://github.com/huggingface/chat-ui/pull/929
- Show error when webpage cannot be reached or parsed by @nsarrazin in https://github.com/huggingface/chat-ui/pull/930
- Fix model identification when creating conversations by @zacps in https://github.com/huggingface/chat-ui/pull/820
- Update public disclaimer: personal data by @yjernite in https://github.com/huggingface/chat-ui/pull/793
- Prepend domain filters in search query generation by @nsarrazin in https://github.com/huggingface/chat-ui/pull/932
- fix: Update .env HF_Token Comment by @Aakash-Roy in https://github.com/huggingface/chat-ui/pull/935
- Store user agent in conversation by @nsarrazin in https://github.com/huggingface/chat-ui/pull/940
- make
@anthropic-ai/sdk
optional inpackage-lock.json
by @nsarrazin in https://github.com/huggingface/chat-ui/pull/939 - Update AssistantSettings.svelte by @gary149 in https://github.com/huggingface/chat-ui/pull/941
- Modals: dont close if text is selected by @gary149 in https://github.com/huggingface/chat-ui/pull/943
- feat: smooth and combine token output by @Saghen in https://github.com/huggingface/chat-ui/pull/936
- Enhance Dynamic User Attribute Handling in OIDC Integration by @mcc311 in https://github.com/huggingface/chat-ui/pull/885
- Count system prompt tokens by @mishig25 in https://github.com/huggingface/chat-ui/pull/850
- add api assistants endpoints by @alak in https://github.com/huggingface/chat-ui/pull/951
- 🚸 When a user signs up they're directly logged in by @coyotte508 in https://github.com/huggingface/chat-ui/pull/952
- [Websearch] change context schema by @mishig25 in https://github.com/huggingface/chat-ui/pull/944
- Dynamic system instructions by @nsarrazin in https://github.com/huggingface/chat-ui/pull/949
- Limit number of fetched conversations in the API by @nsarrazin in https://github.com/huggingface/chat-ui/pull/954
- Expose sampling controls in assistants (#955) by @nsarrazin in https://github.com/huggingface/chat-ui/pull/959
- Remove commented out code in tailwind config by @nsarrazin in https://github.com/huggingface/chat-ui/pull/957
- Bump katex from 0.16.8 to 0.16.10 by @dependabot in https://github.com/huggingface/chat-ui/pull/956
- [Assistants] trending feature by @mishig25 in https://github.com/huggingface/chat-ui/pull/938
- [Trending assistants] make ui visible by @mishig25 in https://github.com/huggingface/chat-ui/pull/966
- Google Vertex API support by @madppiper in https://github.com/huggingface/chat-ui/pull/950
- Add share button for assistant intro page (#960) by @nsarrazin in https://github.com/huggingface/chat-ui/pull/965
- Fix button placement on assistant edit/create form by @nsarrazin in https://github.com/huggingface/chat-ui/pull/962
- User count update by @gary149 in https://github.com/huggingface/chat-ui/pull/970
- Group tokens randomly by @nsarrazin in https://github.com/huggingface/chat-ui/pull/964
- Implement Cloudflare Workers AI endpoint (#907) by @nsarrazin in https://github.com/huggingface/chat-ui/pull/972
New Contributors
- @muhammadbaqirjafari made their first contribution in https://github.com/huggingface/chat-ui/pull/675
- @mikelfried made their first contribution in https://github.com/huggingface/chat-ui/pull/646
- @alak made their first contribution in https://github.com/huggingface/chat-ui/pull/694
- @flexchar made their first contribution in https://github.com/huggingface/chat-ui/pull/760
- @Karlostavitch1 made their first contribution in https://github.com/huggingface/chat-ui/pull/805
- @nicomt made their first contribution in https://github.com/huggingface/chat-ui/pull/801
- @zacps made their first contribution in https://github.com/huggingface/chat-ui/pull/822
- @MDCurrent made their first contribution in https://github.com/huggingface/chat-ui/pull/867
- @Martok88 made their first contribution in https://github.com/huggingface/chat-ui/pull/915
- @KartikGS made their first contribution in https://github.com/huggingface/chat-ui/pull/921
- @reversebias made their first contribution in https://github.com/huggingface/chat-ui/pull/920
- @Saghen made their first contribution in https://github.com/huggingface/chat-ui/pull/923
- @yjernite made their first contribution in https://github.com/huggingface/chat-ui/pull/793
- @Aakash-Roy made their first contribution in https://github.com/huggingface/chat-ui/pull/935
- @mcc311 made their first contribution in https://github.com/huggingface/chat-ui/pull/885
- @madppiper made their first contribution in https://github.com/huggingface/chat-ui/pull/950
Full Changelog: https://github.com/huggingface/chat-ui/compare/v0.7...v0.8