1. 22 Apr, 2025 1 commit
  2. 21 Apr, 2025 1 commit
  3. 19 Apr, 2025 2 commits
  4. 18 Apr, 2025 9 commits
  5. 17 Apr, 2025 11 commits
  6. 16 Apr, 2025 6 commits
  7. 15 Apr, 2025 2 commits
  8. 14 Apr, 2025 3 commits
    • ZiWei Yuan's avatar
      Merge pull request #1108 from jizhilong/expose-cmake-logs · 8dc1ab9e
      ZiWei Yuan authored
      chore: show cmake output in real time during build_ext
      8dc1ab9e
    • sean.su's avatar
      Refactor the chat interface to support tool calling and parameter processing · 86991091
      sean.su authored
      Defined new data structures in chat.py to replace OpenAI's original implementation, adding support for tool calling.
      
      Implemented logic for extracting and processing tool calls, enabling dynamic function invocation during conversations.
      
      Added methods in balance_serve.py to retrieve sampling parameters, handling default values and edge cases.
      
      Updated ktransformers.py and transformers.py to support the passing of tool parameters.
      
      Modified the default value of top_p in config.py to 1.0 to increase generation diversity.
      
      Extended the message model in chat.py to support the transmission of tool call information.
      
      These changes enhance the system's flexibility and functionality, enabling more complex interaction patterns.
      86991091
    • Creeper-MZ's avatar
      updata function_call · a7e8d7c1
      Creeper-MZ authored
      a7e8d7c1
  9. 13 Apr, 2025 4 commits
  10. 11 Apr, 2025 1 commit