added readme things

This commit is contained in:
Santiago Lema 2025-05-09 21:27:02 -03:00
parent 737b262a1e
commit a34f2d7d23
2 changed files with 8 additions and 2 deletions

View file

@ -2,16 +2,22 @@
## A simple native Haiku OpenAI / ChatGPT Client ## A simple native Haiku OpenAI / ChatGPT Client
To be able to use this app you need an OpenAI account and to create a token ans save it as one text file in: ![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:
/boot/home/config/openai_key /boot/home/config/openai_key
# About code quality # About code quality
## This app uses Haiku's Experimental API for higher level network ## 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. 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.
https://www.haiku-os.org/docs/api/group__netservices.html [Haiku Experimental Network API](https://www.haiku-os.org/docs/api/group__netservices.html)
# License notes # License notes

BIN
img/dumbershot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB