mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-05 18:40:50 +00:00
Preliminary support for chatgpt models.
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
enum LLModelType {
|
||||
MPT_,
|
||||
GPTJ_,
|
||||
LLAMA_
|
||||
LLAMA_,
|
||||
CHATGPT_,
|
||||
};
|
||||
|
||||
struct LLModelInfo {
|
||||
|
Reference in New Issue
Block a user