2.0.0 Release - IMPORTANT BREAKING CHANGES -
API-Authorization
- In order to secure the proxy-router API and enable future agent authorization, the API will now require authentication
- Please see 02.5-api-auth for details on how to examine the .cookie file, authenticate to the proxy-router as
admin
and then manually add agent/users with fine-grained access - NOTE: Once you implement this version of the proxy-router, you WILL BE REQUIRED to use the basic authentication to interact with the API. If you do not want to utilize this mechanism, please stay on the Non-Auth 1.6.0 version (that version is terminal and will not be updated or patched).
Docker Package
- To reduce friction for deploying the Morpheus-Lumerin proxy-router (core system) via container, we have included Linux/AMD64 and Linux/ARM64 compatible docker image
- Please visit Morpheus-Lumerin-Node Package Site
- Please see 02.1-proxy-router-docker for details on how to use the container file and run with command line variables or .env file.
New Model Integrations
- Added capability to interact with ClaudeAI, OpenAI, Hyperbolic and ProdiaV2 models
- See the models-config.json.example in the proxy-router folder for examples
What's Changed
Full Changelog: v1.6.47-test...v2.0.0