Releases: MartianInGreen/BeeBrain
Releases · MartianInGreen/BeeBrain
v0.1.0-alpha
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
- Download the BeeBrain_windows.zip file
- Unpack the BeeBrain_windows.zip file and place somewhere convenient
- 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.
- You should now be able to run the BeeBrain.exe
Python
- Download the BeeBrain_python.zip file
- Unzip in convenient location
- Install required python libraries
- Run with
flet run main.py