Persona Studio is an open-source take on Meta AI Studio.
Difference? You have the ownership on your data, personas and even modify the studio itself.
- Basic chat features from coreOllama
- Model/persona selection, Model manager (pull, view and delete models), Image input for llama3.2-vision:latest, Server status, Dark mode, context management
- Personas, product structure & etc still being developed
- Persona builder
- Textfield on landing instead of start chatting button
- Export and import persona
- Chat history
- Ollama setup - install ollama app for mac (You can download model or just proceed and use gui)
- Quit the app (check on your status bar).
- Open terminal and enter
ollama serve
. Keep that terminal window open. - Check http://localhost:11434/, it should say "Ollama is running".
- Download the repo and open
index.html
- Making a custom model using huggingface model https://www.youtube.com/watch?v=bXf2Cxf3Wk0
- Customisation of existing model (llama)