This commit is contained in:
Minecon724 2024-09-02 18:16:05 +02:00
parent c6264c9dcf
commit 3e0ab7df77
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8
2 changed files with 5 additions and 1 deletions

View file

@ -8,5 +8,5 @@ A scriptable Java library for chatbots
(or [see here](https://git.m724.eu/Minecon724/-/packages/maven/eu.m724-chatapi)) (or [see here](https://git.m724.eu/Minecon724/-/packages/maven/eu.m724-chatapi))
## Use ## Use
See [Main.java](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/java/eu/m724/chatapi/Main.java) for example usage \ See [Main.java](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/java/eu/m724/chatapi/Main.java) for example usage (although most lines there is just sweetener) \
And [here](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/groovy/eu/m724/chatapi/example) for example chat sources And [here](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/groovy/eu/m724/chatapi/example) for example chat sources

View file

@ -3,6 +3,10 @@ so, the api is mostly good now, but new things to focus on:
- how to do requests - how to do requests
- how to make it friendly - how to make it friendly
packaging & loading
I think a one line source loading would be nice
Also do something like `source.yml` with information instead of a type like it is now
delay delay
right now streaming seems delayed and batched, I don't know why right now streaming seems delayed and batched, I don't know why
maybe it's just me maybe it's just me