August 30, 2023
3 months ago by Vanessa Y
- Added Llama2 70B quickstart template endpoint at: https://octoai.cloud/templates/llama-2-70b-chat-demo. We can also host custom Llama2 LoRAs/ checkpoints for you-- please reach out on Discord if you're interested.
- Enabled users to upload data via URL in the authoring experience (CLI + Python SDK)
- Added real-time streaming capabilities to our Whisper audio flow, with a React hook called useWhisper for ease of integration into web/mobile apps. You can learn about how to use this feature here: https://github.com/octoml/octoai-template-apps/tree/main/real-time-audio-conversation
- Changed the domain for all newly created endpoints from
octoai.cloud
tooctoai.run
Existing endpoints onoctoai.cloud
will still work, but we suggest that you start changing your code to call endpoints fromoctoai.run
instead ofoctoai.cloud
, since we'll also update existing endpoints in about a month.