Skip to content

Commit 18aafaa

Browse files
committed
Change API key placeholder
1 parent 901defb commit 18aafaa

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"openai_api_key": "",
3-
"purgpt_api_key": "",
4-
"daku_api_key": "",
5-
"chatty_api_key": "",
63
"usage_limit": 999,
74
"language": "ru_RU",
85
"users": [],

webui_en.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def create_new_model():
5050
with gr.Row(equal_height=True):
5151
with gr.Column(scale=5):
5252
with gr.Row():
53-
chatbot = gr.Chatbot(label="Chuanhu Chat", elem_id="chuanhu_chatbot", latex_delimiters=latex_delimiters_set, height=700)
53+
chatbot = gr.Chatbot(label="NeuroGPT Chat", elem_id="chuanhu_chatbot", latex_delimiters=latex_delimiters_set, height=700)
5454
with gr.Row():
5555
with gr.Column(min_width=225, scale=12):
5656
user_input = gr.Textbox(

webui_ru.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def create_new_model():
5050
with gr.Row(equal_height=True):
5151
with gr.Column(scale=5):
5252
with gr.Row():
53-
chatbot = gr.Chatbot(label="Chuanhu Chat", elem_id="chuanhu_chatbot", latex_delimiters=latex_delimiters_set, height=600)
53+
chatbot = gr.Chatbot(label="NeuroGPT Chat", elem_id="chuanhu_chatbot", latex_delimiters=latex_delimiters_set, height=600)
5454
with gr.Row():
5555
with gr.Column(min_width=225, scale=12):
5656
user_input = gr.Textbox(
@@ -83,7 +83,7 @@ def create_new_model():
8383
placeholder="Ваш API-ключ...",
8484
value=hide_middle_chars(user_api_key.value),
8585
type="password",
86-
label="API Ключ (при использовании альтернативного API провайдера)",
86+
label="API ключ",
8787
visible=True
8888
)
8989
if multi_api_key:

0 commit comments

Comments
 (0)