File tree 1 file changed +29
-0
lines changed
frontend/app/src/pages/docs
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -119,13 +119,16 @@ To learn more about vLLM, please visit [vLLM](https://docs.vllm.ai/en/stable/).
119
119
120
120
#### Xinference
121
121
122
+ If you assigned a model uid different from the model name, you need to fill in **model uid** in the box `model`.
123
+
122
124
Default config:
123
125
124
126
```json
125
127
{
126
128
" api_base" : " http://localhost:9997/v1/"
127
129
}
128
130
```
131
+
129
132
To learn more about Xinference, please visit [Xinference](https://inference.readthedocs.io/en/latest/).
130
133
131
134
@@ -154,3 +157,29 @@ Do not mix `Model version` and `API version` up, they are different.
154
157
155
158

156
159
160
+ #### Novita AI
161
+
162
+ Default config:
163
+
164
+ ```json
165
+ {
166
+ " api_base" : " https://api.novita.ai/v3/openai"
167
+ }
168
+ ```
169
+
170
+ To learn more about Novita AI, please visit [Novita AI](https://novita.ai/).
171
+
172
+ #### DeepSeek
173
+
174
+ DeepSeek provides chat model `deepseek-chat`.
175
+
176
+ Default config:
177
+
178
+ ```json
179
+ {
180
+ " api_base" : " https://api.deepseek.com/v1" ,
181
+ " is_chat_model" : true
182
+ }
183
+ ```
184
+
185
+ To learn more about DeepSeek, please visit [DeepSeek](https://www.deepseek.com/).
You can’t perform that action at this time.
0 commit comments