- disable GPU compilation when running on CPU (PR: #159)
- Switch to llamafile v0.8.6 (PR: #155)
- Add phi-3 support (PR: #156)
- Add Llama 3 and Vicuna chat templates (PR: #145)
- Use the context size of the model by default for longer history (PR: #147)
- Add documentation (PR: #135)
- Add server security for interceptions from external llamafile servers (PR: #132)
- Adapt server security for macOS (PR: #137)
- Add sample to demonstrates the async functionality (PR: #136)
- Add to chat history only if the response is not null (PR: #123)
- Allow SetTemplate function in Runtime (PR: #129)
- Use llamafile v0.6.2 (PR: #111)
- Pure text completion functionality (PR: #115)
- Allow change of roles after starting the interaction (PR: #120)
- 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)
- Provide access to LLMUnity version (PR: #117)
- Rename to "LLM for Unity" (PR: #121)
- Fix async server 2 (PR: #108)
- use namespaces in all classes (PR: #104)
- await separately in StartServer (PR: #107)
- Kill server after Unity crash (PR: #101)
- Persist chat template on remote servers (PR: #103)
- LLM server unit tests (PR: #90)
- Implement chat templates (PR: #92)
- Stop chat functionality (PR: #95)
- Keep only the llamafile binary (PR: #97)
- Fix remote server functionality (PR: #96)
- Fix Max issue needing to run llamafile manually the first time (PR: #98)
- Async startup support (PR: #89)
- Refactoring and small enhancements (PR: #80)
- Fix Mac command spaces (PR: #71)
- Expose new llama.cpp arguments (PR: #60)
- Allow to change prompt (PR: #64)
- Feature/variable sliders (PR: #65)
- Feature/show expert options (PR: #66)
- Improve package loading (PR: #67)
- Fail if port is already in use (PR: #62)
- Run server without mmap on mmap crash (PR: #63)
- Fix download function (PR: #51)
- Added how settings impact generation to the readme (PR: #49)
- fix slash in windows paths (PR: #42)
- Fix chmod when deploying from windows (PR: #43)
- Code auto-formatting (PR: #26)
- Setup auto-formatting precommit (PR: #31)
- Start server on Awake instead of OnEnable (PR: #28)
- AMD support, switch to llamafile 0.6 (PR: #33)
- Release workflows (PR: #35)
- Support Unity 2021 LTS (PR: #32)
- Fix macOS command (PR: #34)
- Release fixes and readme (PR: #36)
- Fix running commands for projects with space in path
- closes #8
- closes #9
- Fix sample scenes for different screen resolutions
- closes #10
- Allow parallel prompts