ChatGPTNextWeb / ChatGPTNextWeb/NextChat
[Bug] Docker 版无法使用 DEFAULT_INPUT_TEMPLATE 参数
- Dominant language
- TypeScript
- Stars
- 88.8k
- Forks
- 59.1k
- PR merge metrics
- No merged PRs in 30d
Description
### Bug Description
Docker 版无法使用 DEFAULT_INPUT_TEMPLATE 参数
版本: `docker pull yidadaa/chatgpt-next-web:v2.12.4`
### Steps to Reproduce
```bash
docker run -d --name nextChat --restart always -u $(id -u):$(id -g) -p 3000:3000 -e OPENAI_API_KEY=sk-kkk -e CODE=kkk -e BASE_URL=kkk.kk -e CUSTOM_MODELS=$models -e DEFAULT_INPUT_TEMPLATE="{{input}}. 所有回答请使用简体中文" yidadaa/chatgpt-next-web
```
### Expected Behavior
希望docker版可以使用参数 DEFAULT_INPUT_TEMPLATE
### Screenshots
_No response_
### Deployment Method
- [X] Docker
- [ ] Vercel
- [ ] Server
### Desktop OS
_No response_
### Desktop Browser
_No response_
### Desktop Browser Version
_No response_
### Smartphone Device
_No response_
### Smartphone OS
_No response_
### Smartphone Browser
_No response_
### Smartphone Browser Version
_No response_
### Additional Logs
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.