Kevin Hu commited on
Commit
a627cc4
·
1 Parent(s): a95856e

add yi-lightning (#3119)

Browse files

### What problem does this PR solve?

#3111
### Type of change

- [x] New Feature (non-breaking change which adds functionality)

Files changed (1) hide show
  1. conf/llm_factories.json +6 -0
conf/llm_factories.json CHANGED
@@ -2121,6 +2121,12 @@
2121
  "tags": "LLM,IMAGE2TEXT",
2122
  "status": "1",
2123
  "llm": [
 
 
 
 
 
 
2124
  {
2125
  "llm_name": "yi-large",
2126
  "tags": "LLM,CHAT,32k",
 
2121
  "tags": "LLM,IMAGE2TEXT",
2122
  "status": "1",
2123
  "llm": [
2124
+ {
2125
+ "llm_name": "yi-lightning",
2126
+ "tags": "LLM,CHAT,16k",
2127
+ "max_tokens": 16384,
2128
+ "model_type": "chat"
2129
+ },
2130
  {
2131
  "llm_name": "yi-large",
2132
  "tags": "LLM,CHAT,32k",