Skip to content

Releases: MartianInGreen/BeeBrain

v0.1.0-alpha

06 Dec 15:14

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

Release notes V0.1.0-alpha

This is the first release version of BeeBrain, it is an alpha release and not yet in any way production ready. Use with caution. Here be dragons! You can report issues here.

What's new (aka. features of the app ✨)

  • Chatting with LLMs such as GPT-4-Turbo, GPT-3.5-Turbo (New), Claude 2.1, Claude 2, Claude Instant v1, PPLX 70B Online, Nous-hermes-llama2-70b, Phind-codellama-34b, Zephyr-7b-beta, and Toppy-m-7b
  • Tool calling with GPT-4-Turbo and GPT-3.5 Turbo (New)
  • Tools include:
    • Browser: Enables web searches and website scraping.
    • Image Generation: Powered by DALLE-3 or SD-XL and other for high-quality image creation.
    • Vision: Enables all models to see using GPT-4-Vison and Llava-13b
    • Jupyter Notebook: Facilitates running and testing Python code.
    • File Browser: LLM can see which files have been uploaded and been created.
  • Chat history, Image Download, Speak messages, Message Copying

Installation guide

Executable

  1. Download the BeeBrain_windows.zip file
  2. Unpack the BeeBrain_windows.zip file and place somewhere convenient
  3. In the _internal/config/auth.yaml file add your API keys for OpenAI, openrouter, stabilityai, brave-search, e2b, and replicate. Wolfram-Alpha is not required at this point.
  4. You should now be able to run the BeeBrain.exe

Python

  1. Download the BeeBrain_python.zip file
  2. Unzip in convenient location
  3. Install required python libraries
  4. Run with flet run main.py