diff --git a/README.md b/README.md index 73a464e..2137e2d 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,22 @@ ## 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 + # 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. -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 diff --git a/img/dumbershot.png b/img/dumbershot.png new file mode 100644 index 0000000..eab8e23 Binary files /dev/null and b/img/dumbershot.png differ