diff --git a/README.md b/README.md index 791effa..deaf8ff 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ This is a Java library you can write scripts for to support an api with conversational language models -I can't really say much because I'm still working out stuff so see `thinking.txt` \ No newline at end of file +I can't really say much because I'm still working out stuff so see `thinkings` directory \ No newline at end of file diff --git a/thinking.txt b/thinkings/thinking-old.txt similarity index 98% rename from thinking.txt rename to thinkings/thinking-old.txt index 386a2e8..5778226 100644 --- a/thinking.txt +++ b/thinkings/thinking-old.txt @@ -1,3 +1,8 @@ +THIS IS NOW OUTDATED +original document below + +--------- + okay so three things: 1. the chat, thread, conversation itself 2. the network thing diff --git a/thinkings/thinking.txt b/thinkings/thinking.txt new file mode 100644 index 0000000..a7f79f5 --- /dev/null +++ b/thinkings/thinking.txt @@ -0,0 +1,15 @@ +so, the api is mostly good now, but new things to focus on: +- what to include in the api (and what to not) +- how to do requests +- how to make it friendly + +network +every platform has different libraries for that, so abstraction +how? I still don't know +actually javax + +naming +work on that + +lua +lua is a fun language. If there was a nice reason why, I would include it \ No newline at end of file