A simple native Haiku OpenAI / ChatGPT Client
Find a file
2025-05-09 21:30:40 -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 Ho 2024-09-29 19:37:24 -03:00
.gitignore added some files 2024-09-29 17:58:05 -03:00
App.cpp added shortcuts 2025-05-08 02:08:36 -03:00
App.h handles missing api key 2025-05-07 19:26:56 -03:00
BUILD.bazel clean question parsin in json 2025-05-07 03:31:59 -03:00
Conversation.cpp added shortcuts 2025-05-08 02:08:36 -03:00
Conversation.h handles history 2025-05-08 01:11:46 -03:00
DumBer updated commented code and binary 2025-05-09 21:03:31 -03:00
LICENSE Ho 2024-09-29 19:37:24 -03:00
LICENSE.MIT clean question parsin in json 2025-05-07 03:31:59 -03:00
MainWindow.cpp ui fixes 2025-05-08 03:47:56 -03:00
MainWindow.h updated commented code and binary 2025-05-09 21:03:31 -03:00
Makefile handles history 2025-05-08 01:11:46 -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 history 2025-05-08 01:11:46 -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.