A simple native Haiku OpenAI / ChatGPT Client
Find a file
2025-05-10 01:47:05 -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 uses document border, easier to grab 2025-05-10 01:19:14 -03:00
.gitignore added some files 2024-09-29 17:58:05 -03:00
App.cpp uses document border, easier to grab 2025-05-10 01:19:14 -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 option to view json 2025-05-10 01:47:05 -03:00
Conversation.h handles history 2025-05-08 01:11:46 -03:00
DumBer added option to view json 2025-05-10 01:47:05 -03:00
dumbericon.hvif added no head icon in resources, work in about box 2025-05-09 22:20:45 -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 added option to view json 2025-05-10 01:47:05 -03:00
MainWindow.h added option to view json 2025-05-10 01:47:05 -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 uses document border, easier to grab 2025-05-10 01:19:14 -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.