Commit a0944fa harry
committed
1 parent b2f8c35 commit a0944fa Copy full SHA for a0944fa
File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ def tr(key):
143
143
return loc .get ("Translation" , {}).get (key , key )
144
144
145
145
146
+ st .write (tr ("Get Help" ))
147
+
146
148
with st .expander (tr ("Basic Settings" ), expanded = False ):
147
149
config_panels = st .columns (3 )
148
150
left_config_panel = config_panels [0 ]
@@ -184,7 +186,6 @@ def tr(key):
184
186
llm_provider = st .selectbox (tr ("LLM Provider" ), options = llm_providers , index = saved_llm_provider_index )
185
187
llm_provider = llm_provider .lower ()
186
188
config .app ["llm_provider" ] = llm_provider
187
- st .write (f"**{ tr ('LLM Provider' )} :** { llm_provider } " )
188
189
189
190
llm_api_key = config .app .get (f"{ llm_provider } _api_key" , "" )
190
191
llm_base_url = config .app .get (f"{ llm_provider } _base_url" , "" )
Original file line number Diff line number Diff line change 57
57
"Base Url" : " Base Url" ,
58
58
"Model Name" : " Model Name" ,
59
59
"Please Enter the LLM API Key" : " Please Enter the **LLM API Key**" ,
60
- "Please Enter the Pexels API Key" : " Please Enter the **Pexels API Key**"
60
+ "Please Enter the Pexels API Key" : " Please Enter the **Pexels API Key**" ,
61
+ "Get Help" : " If you need help, or have any questions, you can join discord for help: https://harryai.cc/moneyprinterturbo"
61
62
}
62
63
}
Original file line number Diff line number Diff line change 57
57
"Base Url" : " Base Url" ,
58
58
"Model Name" : " Model Name" ,
59
59
"Please Enter the LLM API Key" : " Please Enter the **LLM API Key**" ,
60
- "Please Enter the Pexels API Key" : " Please Enter the **Pexels API Key**"
60
+ "Please Enter the Pexels API Key" : " Please Enter the **Pexels API Key**" ,
61
+ "Get Help" : " If you need help, or have any questions, you can join discord for help: https://harryai.cc/moneyprinterturbo"
61
62
}
62
63
}
Original file line number Diff line number Diff line change 57
57
"Base Url" : " Base Url (可选)" ,
58
58
"Model Name" : " 模型名称 (:blue[需要到大模型提供商的后台确认被授权的模型名称])" ,
59
59
"Please Enter the LLM API Key" : " 请先填写大模型 **API Key**" ,
60
- "Please Enter the Pexels API Key" : " 请先填写 **Pexels API Key**"
60
+ "Please Enter the Pexels API Key" : " 请先填写 **Pexels API Key**" ,
61
+ "Get Help" : " 有任何问题或建议,可以加入 **微信群** 求助或讨论:https://harryai.cc/moneyprinterturbo"
61
62
}
62
63
}
You can’t perform that action at this time.
0 commit comments