Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@Rader Rader released this 15 Apr 14:03
· 22 commits to main since this release
004fa1c

New Features and Improvements

  • Inference, fine-tuning, and evaluation engines (such as vLLM, TGI, Slang, Llama Factory, Swift, etc.) are now pluggable. Users can easily integrate new engine types by modifying the configuration file.
  • Introduced a new MCP (Model Control Protocol) application space to facilitate the seamless deployment and management of MCP servers.
  • Launched the new AI Gateway service to streamline interactions with serverless and dedicated inference endpoints running on CSGHub. Chat functionality is now supported, with embedding and tools expected to be integrated soon.
  • The Space Docker image builder is now open source and has been incorporated as a submodule of the CSGHub runner service.
  • The Inference Playground now supports image-text-to-text generation, enhancing its capabilities for versatile AI applications.

What's Changed

  • fix:clear message in input widget after composition end by @ice201508 in #1044
  • repo source avatar background color change to white by @ice201508 in #1058
  • fix-profile-settings-add-emial-validate by @ice201508 in #1057
  • endpoints feat text to image add 3btns by @ice201508 in #1054
  • Main feature endpoints image text to text by @ice201508 in #1053
  • fix(collections): fix collection header and settings by @zhendi in #1051
  • Fix org page and resource console page by @zhendi in #1042
  • Enhance cloud resources display and selection with bug fix for model evaluation by @hiveer in #1060
  • Hide scrollbar in code blocks for MarkdownViewer with transparent background by @hiveer in #1052
  • feat(CsgButton): Sync csghub button change from saas by @hiveer in #1066
  • Refactor fetchApi imports and simplify useFetchApi export statement by @hiveer in #1067
  • Enhance resource handling and framework filtering in serverless functions by @hiveer in #1068
  • Update tag parameters from tag_name to tag_group in RepoCards filters by @hiveer in #1069
  • fix endpoint chat ai to text send api message null by @ice201508 in #1071
  • Csghub replace el button with csgbutton in settings page by @youngbeom-shin in #1056
  • Update command line tips and links in Python documentation and GitHub SDK use cases by @ymh6315431 in #1070
  • feat(i18n): add translation for view code text by @ymh6315431 in #1064
  • feat(repoDetailStore): clear store on add/delete by @hiveer in #1074
  • feat: Main add tooltip for organization logos by @youngbeom-shin in #1078
  • feat(RepoCards): restrict model select visibility by @ymh6315431 in #1080
  • update model path by @yoiteyou in #1081
  • fix(RepoClone): update external links for tips in documentation by @ymh6315431 in #1085
  • improve logs handling with SSE connection by @yoiteyou in #1076
  • feat(community): fix discussion list bug and improve icon implementation by @yoiteyou in #1089
  • fix(auth): prevent removal of 'locale' cookie by @zhendi in #1083
  • fix(locales): update build description text in English and Chinese by @ymh6315431 in #1087
  • feat(serverless): add routes and comment out search input in admin list by @ymh6315431 in #1084

Full Changelog: v1.5.1...v1.6.0