think
This commit is contained in:
parent
7a38fd5762
commit
1eb880be4f
3 changed files with 21 additions and 1 deletions
|
@ -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`
|
||||
I can't really say much because I'm still working out stuff so see `thinkings` directory
|
|
@ -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
|
15
thinkings/thinking.txt
Normal file
15
thinkings/thinking.txt
Normal file
|
@ -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
|
Loading…
Reference in a new issue