Closed Ahmed-AmineHomman closed 5 months ago
The idea is to separate the API calls from the LLM class. This will allow to implement additional API clients than Cohere's, in order to be able to choose the LLM from various sources.
LLM
Done in commit dd449d2e57ee837918130f2a9ea0fc76bf65496f
dd449d2e57ee837918130f2a9ea0fc76bf65496f
The idea is to separate the API calls from the
LLM
class. This will allow to implement additional API clients than Cohere's, in order to be able to choose the LLM from various sources.