chatapi/README.md
Minecon724 6abcd39837
initial commit
sorry for no commit yesterday
2024-08-27 14:05:52 +02:00

468 B

This is a Java library you can write scripts for to support an api with conversational language models

The scripts are written in Groovy because it's powerful, but I'm thinking about other languages like Lua (which has not many features but I think some can be added)

Right now there is no sandboxing so every script has access to what this library has access

Don't take everything I wrote here for granted because I still have to think about how to make this stuff