Metadata-Version: 2.4
Name: dumbassllmchattingprogram
Version: 1.0.0
Summary: program to chat with models on openrouter
Project-URL: Homepage, https://github.com/yagmurpog/stupid-llm-chat
Project-URL: Issues, https://github.com/yagmurpog/stupid-llm-chat/issues
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: license-file

# stuipdID llm chat thing for hack ai
chat with openrouter models easily in terminal

by default endpoint is set to ai.hackclub.com

<img src="./resources/screenshot.png" width="800" />

## Running
- install the package:
`pip install insertpackagenamehere` or `pipx install insertpackagenaemhere`
- run the package
- set your api key
`key yourkeyhere`
- select a model
`select openai/gpt-oss-20b:free`
- start chatting !
`chat`

## Commands
- `help` shows the commands available 
- `list :free` lists available models on endpoint, add a parameter to search (:free)
- `select deepseek/deepseek-v4-flash` selects model and updates config
- `endpoint openrouter` or `endpoint https://ai.hackclub.com/proxy/v1/` sets endpoint
- `key apikey` set your api key
- `lc` lists chats
