We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fb089 commit 15a31ccCopy full SHA for 15a31cc
common/templates/config.html
@@ -952,7 +952,7 @@ <h6 style="color:red">注2:DEFAULT_CHAT_MODEL 默认配置为gpt-3.5-turbo,D
952
<label for="openai_api_key"
953
class="col-sm-4 control-label">OPENAI_API_KEY</label>
954
<div class="col-sm-5">
955
- <input type="text" class="form-control" id="openai_api_key"
+ <input type="password" class="form-control" id="openai_api_key"
956
key="openai_api_key"
957
value="{{ config.openai_api_key }}"
958
placeholder="openai api key" />
0 commit comments