A simple native Haiku OpenAI / ChatGPT Client
Find a file
2025-09-29 01:35:10 -03:00
_build gitignore keeps empty _build folder 2025-09-28 20:22:12 -03:00
artwork/icons duh 2025-05-10 04:48:28 -03:00
img added readme things 2025-05-09 21:27:02 -03:00
include clean question parsin in json 2025-05-07 03:31:59 -03:00
.genio going to bed 2025-09-29 01:35:10 -03:00
.gitignore gitignore keeps empty _build folder 2025-09-28 20:22:12 -03:00
App.cpp saves models to settings to avoid reload, with option to force from menu 2025-09-29 00:50:41 -03:00
App.h saves models to settings to avoid reload, with option to force from menu 2025-09-29 00:50:41 -03:00
BUILD.bazel clean question parsin in json 2025-05-07 03:31:59 -03:00
Conversation.cpp going to bed 2025-09-29 01:35:10 -03:00
Conversation.h saves models to settings to avoid reload, with option to force from menu 2025-09-29 00:50:41 -03:00
dumbericon.hvif added no head icon in resources, work in about box 2025-05-09 22:20:45 -03:00
LICENSE handles requires BURL parameter and shows an error in case of network failure 2025-09-28 19:55:46 -03:00
LICENSE.MIT clean question parsin in json 2025-05-07 03:31:59 -03:00
MainWindow.cpp going to bed 2025-09-29 01:35:10 -03:00
MainWindow.h going to bed 2025-09-29 01:35:10 -03:00
Makefile saves models to settings to avoid reload, with option to force from menu 2025-09-29 00:50:41 -03:00
meson.build clean question parsin in json 2025-05-07 03:31:59 -03:00
README.md fixed readme stuff 2025-05-09 21:30:40 -03:00
Resources.rdef handles requires BURL parameter and shows an error in case of network failure 2025-09-28 19:55:46 -03:00
Utils.cpp saves models to settings to avoid reload, with option to force from menu 2025-09-29 00:50:41 -03:00
Utils.h saves models to settings to avoid reload, with option to force from menu 2025-09-29 00:50:41 -03:00

DumBer

A simple native Haiku OpenAI / ChatGPT Client

Alt text

You need an access token

To be able to use this app you need an OpenAI account and to create a token. Just save it as one line in a text file in: /boot/home/config/openai_key

This app uses Haiku's Experimental API for higher level network

I just wanted to learn about Haiku code again. This is probably not the best place to look for examples of good code. I am not a good programmer but it works more or less.

Haiku Experimental Network API

Licensing

This uses a MIT license because I couldn't think of anything simpler. Do what you want with this.

This app includes json code by Niels Lohmann.