haiku-dumber/README.md

28 lines
795 B
Markdown
Raw Normal View History

2024-09-29 19:37:24 -03:00
# DumBer
2024-09-11 09:12:35 -03:00
2025-05-08 01:39:43 -03:00
## A simple native Haiku OpenAI / ChatGPT Client
2025-05-09 21:27:02 -03:00
![Alt text](img/dumbershot.png)
## 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:
2025-05-08 01:39:43 -03:00
/boot/home/config/openai_key
2025-05-09 21:27:02 -03:00
2025-05-08 01:39:43 -03:00
# About code quality
## 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.
2025-05-09 21:27:02 -03:00
[Haiku Experimental Network API](https://www.haiku-os.org/docs/api/group__netservices.html)
2025-05-08 01:39:43 -03:00
# License notes
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.