CarperAI / cheese

Used for adaptive human in the loop evaluation of language and embedding models.
MIT License
300 stars 24 forks source link

Add API to simplify accessing CHEESE #5

Closed shahbuland closed 2 years ago

shahbuland commented 2 years ago

Added a documented API. Tested with a simulated client. Still need to thoroughly test on an actual front end. API leaves it up to the client object to deal with sending and receiving data from users (currently assumed to be in JSON format). This may need to be changed later.