mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-19 01:52:18 +00:00
Add starcoder support.
This commit is contained in:
@@ -16,7 +16,8 @@ enum LLModelType {
|
||||
CHATGPT_,
|
||||
REPLIT_,
|
||||
FALCON_,
|
||||
BERT_
|
||||
BERT_,
|
||||
STARCODER_
|
||||
};
|
||||
|
||||
struct LLModelInfo {
|
||||
|
Reference in New Issue
Block a user