v0.1.5
π Overview
This release introduces a series of improvements aimed at enhancing user experience and refining the codebase. Here's a breakdown of the changes:
β‘ 1. Optimized performance: llama.cpp & exllama
- Made performance improvements by changing the text generation logic.
π 2. Tunnel through Cloudflare
- Expose this API to the external network using the
--tunnel
option.
βοΈ 3. CLI args Refinement
- Moved
argparse.ArgumentParser
toconfig.py
.
π 4. Bugfix: niceness of process
- Fixed a bug where the niceness of the process couldn't be modified in a docker environment.
π 5. Enhancement: required
option in function call schema
- The function call feature is not yet implemented. Stay tuned!