v0.9.2
版本发布时间: 2024-08-07 23:02:26
huggingface/chat-ui最新发布版本:v0.9.3(2024-10-04 17:03:27)
What's Changed
Features
- Fix max upload size in huggingchat by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1251
- Add createdAt filter on messageEvents by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1256
- Add "disable streaming tokens" settings & remove media query by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1299
- Add Google Gemini API Support by @toandev95 in https://github.com/huggingface/chat-ui/pull/1330
- feat(upload): Enable multi-file in dropzone by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1347
- feat(auth): Add admin & early access flags based on orgs membership by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1365
- Add support to @cf models with cloudflare.com by @wgcv in https://github.com/huggingface/chat-ui/pull/1378
- feat(confirm): add confirm on deleting branch & sharing conversation by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1381
- Major bump to sveltekit & node-adapter versions by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1395
Bugfixes
- fix: increase body size limit in docker image by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1280
- Standardize llama.cpp endpoint with
baseURL
by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1305 - fix(disclaimer): only show disclaimer if PUBLIC_APP_DISCLAIMER is 1 by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1360
- fix(ui): fix cut off buttons in chat message by @dlavrenuek in https://github.com/huggingface/chat-ui/pull/1373
- fix(cohere): pass toolResults only when needed to cohere endpoint type by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1382
Other changes
- feat(chart): service account by @rtrompier in https://github.com/huggingface/chat-ui/pull/1252
- chore(dependencies): add aws4 to enable mongo passwordless auth by @rtrompier in https://github.com/huggingface/chat-ui/pull/1253
- chore(dependencies): add @aws-sdk/credential-providers to enable mong… by @rtrompier in https://github.com/huggingface/chat-ui/pull/1255
- Refactor logger error messages for consistency. by @dnzzzl in https://github.com/huggingface/chat-ui/pull/1257
- feat(ci): add trufflehog secrets detection by @McPatate in https://github.com/huggingface/chat-ui/pull/1259
- fix(ci): remove unnecessary permissions by @McPatate in https://github.com/huggingface/chat-ui/pull/1260
- Add body size limit to prod env by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1265
- Add
BODY_SIZE_LIMIT
to build step by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1266 - Use bytes for body size limit by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1268
- Add
BODY_SIZE_LIMIT
to Dockerfile ARGs by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1269 - chore(deps): update major versions on svelte, sveltekit & node by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1281
- fix(scrape parser): Cannot read properties of 'undefined' during page parsing by @neven4 in https://github.com/huggingface/chat-ui/pull/1274
- chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/huggingface/chat-ui/pull/1267
- feat(chart): use infisical by @rtrompier in https://github.com/huggingface/chat-ui/pull/1276
- fix(chart): infisical secret name by @rtrompier in https://github.com/huggingface/chat-ui/pull/1284
- feat(chart): auto reload when secrets change by @rtrompier in https://github.com/huggingface/chat-ui/pull/1285
- chore(deps): bump ws from 8.13.0 to 8.17.1 by @dependabot in https://github.com/huggingface/chat-ui/pull/1291
- fix(screen-reader): disable FileDropZone area-label for models without file upload by @neven4 in https://github.com/huggingface/chat-ui/pull/1295
- add files in the conversation[id] api by @alak in https://github.com/huggingface/chat-ui/pull/1300
- Auto open app by @itsbhatt in https://github.com/huggingface/chat-ui/pull/1294
- fix(env): change env var typo by @neven4 in https://github.com/huggingface/chat-ui/pull/1307
- Fix "login" button text wrap on mobile by @neven4 in https://github.com/huggingface/chat-ui/pull/1315
- Add CSP protection on uploaded files by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1304
- feat: allow disabling metrics server, consolidate exit handlers by @Saghen in https://github.com/huggingface/chat-ui/pull/1201
- Move stats to their own job by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1324
- feat: playwright-adblocked toggle #1298 by @krakenftw in https://github.com/huggingface/chat-ui/pull/1301
- add new parameter in model and conversation api by @alak in https://github.com/huggingface/chat-ui/pull/1325
- add messages updates in the conversation.messages api by @alak in https://github.com/huggingface/chat-ui/pull/1327
- perf: add prod deployment resources by @jcudit in https://github.com/huggingface/chat-ui/pull/1333
- remove-internal registry by @XciD in https://github.com/huggingface/chat-ui/pull/1336
- remove dead code by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1339
- fix: prod registry repository by @jcudit in https://github.com/huggingface/chat-ui/pull/1340
- Improve sanitization of model output by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1341
- fix(models): Update tokenizer on command R+ by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1345
- UX: Dropzone by @gary149 in https://github.com/huggingface/chat-ui/pull/1350
- fix(tools): improve json parsing by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1356
- feat(config): improve sampling params for llama 3.1 by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1357
- fix(env) enable LLM_SUMMARIZATION by @zhang-yi-chi in https://github.com/huggingface/chat-ui/pull/1379
- fix(assistant): add correct steps to repetition penalty by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1389
- feat(android): disable tools on android app by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1390
New Contributors
- @dnzzzl made their first contribution in https://github.com/huggingface/chat-ui/pull/1257
- @McPatate made their first contribution in https://github.com/huggingface/chat-ui/pull/1259
- @itsbhatt made their first contribution in https://github.com/huggingface/chat-ui/pull/1294
- @jcudit made their first contribution in https://github.com/huggingface/chat-ui/pull/1333
- @toandev95 made their first contribution in https://github.com/huggingface/chat-ui/pull/1330
- @dlavrenuek made their first contribution in https://github.com/huggingface/chat-ui/pull/1373
- @zhang-yi-chi made their first contribution in https://github.com/huggingface/chat-ui/pull/1379
- @wgcv made their first contribution in https://github.com/huggingface/chat-ui/pull/1378
Full Changelog: https://github.com/huggingface/chat-ui/compare/v0.9.1...v0.9.2