JoaoPito / PencilCase

A platform that brings together essential study tools, making research and exploring new topics easier for students at all levels.
GNU General Public License v3.0
0 stars 0 forks source link

LLM Service: Created API builder and Generators #4

Closed JoaoPito closed 3 months ago

JoaoPito commented 3 months ago

Added a Generator base class: New generators need to derive from this class, each one needs to have the following attributes:

Added an API builder: Used to create a new FastApi object, adds new generator endpoints to it and an endpoint (at '/') that returns a list of active generators.