CdC-SI / eak-copilot

The official repository of the EAK-Copilot project as part of the Innovation Fellowship 2024.
https://cdc-si.github.io/eak-copilot/
GNU General Public License v3.0
3 stars 0 forks source link

create abstract interface for LLM models #239

Open K-Schubert opened 2 weeks ago

K-Schubert commented 2 weeks ago

Description

Create an abstract interface for LLM models.

Define 2 methods:

Additionally, add empty abstract methods for agenerate() and agenerate_stream()