Releases: Gaurav-Gosain/gollama
v0.1.2
Changelog
- 5ce7526 Add Gollama image to README
- 027cb64 Create docker-publish.yml
- bfd1d46 add instructions to pull from ghcr
- aae653c add instructions to run with docker
- 6679a12 feat: add dockerfile
- f5dc8cf fix: dockerfile typo
- 26be0ea only publish docker image on new release
- 489f500 rollback
- ec7721a testing a different workflow
- f2c8e16 update readme
v0.1.1
This minor release adds a basic implementation of a file (image) picker for multimodal LLMs!
Try it out by calling gollama
with the --attach-image
flag.
Usage
gollama --attach-image
Note
Supports only .png
.jpg
and .jpeg
files right now. And only work with multimodal LLMs from the LLaVa
family on Ollama.
gollama --image="/full/path/to/image.png"
Changelog
v0.1.0
Introducing Gollama - Interactive Terminal Access to Ollama Models! 🤖
Hello, fellow developers and creatives! We are thrilled to announce the launch of Gollama, a novel tool that seamlessly integrates Ollama's offline conversational AI models into your terminal. Say goodbye to internet connectivity hassles and enjoy an engaging, interactive experience with Gollama! 🌟
Gollama is designed to provide a fun and intuitive way to generate responses from various Ollama models without the need for internet connectivity. With its sleek and user-friendly interface powered by Bubble Tea, you can tailor your prompts, choose from multiple models, and visualize the output with ease. 🎨
Here are some key features of Gollama:
- Interactive terminal access - Say goodbye to copy-paste or manually typing responses. With Gollama, you can directly interact with Ollama's models through your terminal. 🔍
- Tailored prompts - Create custom prompts to elicit specific responses from Ollama's models. This feature enables you to focus on a particular aspect of the model or experiment with different inputs. 📝
- Model selection - Choose from various Ollama models, including language translation, text summarization, and more! Gollama provides an intuitive interface to explore and select the best model for your task at hand. 🤖
- Visual output - Witness your model's output in real-time as you interact with it through the terminal. This feature facilitates understanding and analysis of the generated responses, allowing for deeper insights into the model's behavior. 📊
We are excited to share this innovative tool with the developer and creative communities! With Gollama, you can:
- Accelerate prototyping - Rapidly test and iterate on ideas without worrying about internet connectivity issues. 🚀
- Enhance collaboration - Invite colleagues or team members to interact with Ollama models through Gollama, fostering more effective brainstorming sessions. 🤝
- Explore new creative avenues - Discover fresh ideas and inspiration from Ollama's diverse models, pushing the boundaries of your imagination! 🎨
Gollama is now available for you to explore and enjoy! We encourage you to try it out, experiment with different prompts and models, and share your experiences with us. Your feedback will help us improve Gollama and provide an even more enriching experience for our users. 🤝
Join the conversation and let's expand the possibilities of AI-powered creativity together! 🚀
Happy interacting, and see you on the other side! 😊
The above text was generated using the following prompt:
gollama -model "llama2" -prompt "create a small writeup for the first release" < README.md
Full Changelog: https://github.com/Gaurav-Gosain/gollama/commits/v0.1.0