Show HN: Gubbi – Minimalist LLM Chatbot

pyeri2 pts0 comments

GitHub - prahladyeri/gubbi: Minimalist LLM chatbot 🐤 · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

prahladyeri

gubbi

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>18 Commits<br>18 Commits

assets

assets

src/gubbi

src/gubbi

.gitignore

.gitignore

LICENSE

LICENSE

README.md

README.md

setup.py

setup.py

View all files

Repository files navigation

gubbi

Minimalist LLM chatbot 🐤

Installation

pip install gubbi

Configuration

All configuration is stored in ~/.config/gubbi/settings.json. At least one provider needs added in order for chat to work. Either add it manually or program will ask for inputs on the first start.

"providers": {<br>"github": {<br>"slug": "github",<br>"url": "https://models.github.ai/inference",<br>"default_model_id": "openai/gpt-4.1-mini"

In theory, it should work with any provider who follows openai api spec though I've only tested with github and few others so far. Let me know through issue tracker if it works for others.

Usage

gubbi # just chat<br>gubbi -a # add provider/model

Commands

When a message starts with # (hash), it is interpreted as special command rather than a chat message sent to the LLM.

List commands<br>#exit => Quit chat<br>#use => Switch provider<br>#model => Switch model<br>#attach => Attach a file<br>#clear => Clear context<br>#save => Save current chat<br>#load => Load an earlier chat<br>#models => List all models<br>#providers => List all providers ">#help => List commands<br>#exit => Quit chat<br>#use => Switch provider<br>#model => Switch model<br>#attach => Attach a file<br>#clear => Clear context<br>#save => Save current chat<br>#load => Load an earlier chat<br>#models => List all models<br>#providers => List all providers

Screenshot

About

Minimalist LLM chatbot 🐤

Topics

python

artificial-intelligence

large-language-models

llm

Resources

Readme

License

MIT license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

stars

Watchers

watching

Forks

forks

Report repository

Releases

Release 1.0.1

Latest

Jul 5, 2026

Contributors

prahladyeri<br>Prahlad Yeri

Languages

Python<br>100.0%

You can’t perform that action at this time.

gubbi chat github models list search

Related Articles