TextGenWebUI
TextGenWebUI 是一个全面、开源的语言模型 UI 和本地服务器。您可以使用兼容 OpenAI 的服务器插件进行设置,然后像这样配置它
- YAML
- JSON
config.yaml
models:
- name: Text Generation WebUI
provider: text-gen-webui
apiBase: http://localhost:5000/v1
model: MODEL_NAME
config.json
{
"models": [
{
"title": "Text Generation WebUI",
"provider": "text-gen-webui",
"apiBase": "http://localhost:5000/v1",
"model": "MODEL_NAME"
}
]
}