Skip to content

Commit

Permalink
Add reference to model providers.
Browse files Browse the repository at this point in the history
  • Loading branch information
CGamesPlay authored Jun 22, 2024
1 parent 13c4037 commit 75f7b01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/self-hosting/advanced/model-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:

# Model List

LobeChat supports customizing the model list during deployment. You can use `+` to add a model, `-` to hide a model, and use `model name=display name<extension configuration>` to customize the display name of a model, separated by English commas. The basic syntax is as follows:
LobeChat supports customizing the model list during deployment. This configuration is done in the environment for each [model provider](model-providers). You can use `+` to add a model, `-` to hide a model, and use `model name=display name<extension configuration>` to customize the display name of a model, separated by English commas. The basic syntax is as follows:

```text
id=displayName<maxToken:vision:fc:file>,model2,model3
Expand Down Expand Up @@ -46,3 +46,5 @@ Currently supported extension capabilities are:
| `fc` | Function Calling |
| `vision` | Image Recognition |
| `file` | File Upload (a bit hacky, not recommended for daily use) |

[model-providers]: /docs/self-hosting/environment-variables/model-provider

0 comments on commit 75f7b01

Please sign in to comment.