Skip to content

Releases: Gaurav-Gosain/gollama

v0.1.2

12 Mar 20:52
Compare
Choose a tag to compare

Changelog

v0.1.1

08 Mar 10:08
Compare
Choose a tag to compare

image

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

  • d29ff6b Update readme
  • 07f4dcc feat: add confirmation dialog for selected image file
  • 932ad9b feat: imagepicker (might replace with huh filepicker once its stable)
  • 170690a remove workflow file
  • a8de5c7 update readme

v0.1.0

04 Mar 08:38
Compare
Choose a tag to compare

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:

  1. 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. 🔍
  2. 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. 📝
  3. 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. 🤖
  4. 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:

  1. Accelerate prototyping - Rapidly test and iterate on ideas without worrying about internet connectivity issues. 🚀
  2. Enhance collaboration - Invite colleagues or team members to interact with Ollama models through Gollama, fostering more effective brainstorming sessions. 🤝
  3. 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