Releases: undreamai/LLMUnity
Releases Β· undreamai/LLMUnity
Release v2.0.3
π Features
- Add LLM selector in Inspector mode (PR: #182)
- Allow to save chat history at custom path (PR: #179)
- Use asynchronous startup by default (PR: #186)
- Assign LLM if not set according to the scene and hierarchy (PR: #187)
- Allow to set log level (PR: #189)
- Allow to add callback functions for error messages (PR: #190)
- Allow to set a LLM base prompt for all LLMCharacter objects (PR: #192)
π Fixes
- set higher priority for mac build with Accelerate than without (PR: #180)
- Fix duplicate bos warning
Release v2.0.2
Release v2.0.1
Release v1.2.9
π Fixes
- disable GPU compilation when running on CPU (PR: #159)
Release v1.2.8
Release v1.2.7
Release v1.2.6
Release v1.2.5
Release v1.2.4
π Features
- Use llamafile v0.6.2 (PR: #111)
- Pure text completion functionality (PR: #115)
- Allow change of roles after starting the interaction (PR: #120)
π Fixes
- use Debug.LogError instead of Exception for more verbosity (PR: #113)
- Trim chat responses (PR: #118)
- Fallback to CPU for macOS with unsupported GPU (PR: #119)
- Removed duplicate EditorGUI.EndChangeCheck() (PR: #110)
π¦ General
Release v1.2.3
π Fixes
- Fix async server 2 (PR: #108)