feat: Add support for Mistral API models (#2053)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
Signed-off-by: Cédric Sazos <cedric.sazos@tutanota.com>
Co-authored-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Olyxz16
2024-03-13 23:23:57 +01:00
committed by GitHub
parent 406e88b59a
commit 2c0a660e6e
7 changed files with 242 additions and 98 deletions

View File

@@ -12,7 +12,7 @@
enum LLModelType {
GPTJ_,
LLAMA_,
CHATGPT_,
API_,
};
struct LLModelInfo {