File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,19 @@ <h2>⚙️ Translation Configuration</h2>
3737
3838 < div class ="form-group " id ="geminiSettings " style ="display: none; ">
3939 < label > Gemini API Key</ label >
40- < input type ="password " class ="form-control " id ="geminiApiKey " placeholder ="Enter your Gemini API key ">
40+ < input type ="password " class ="form-control " id ="geminiApiKey " placeholder ="Enter your Gemini API key " autocomplete =" off " >
4141 </ div >
4242
4343 < div class ="form-group " id ="openaiSettings " style ="display: none; ">
4444 < label > OpenAI API Endpoint</ label >
4545 < input type ="text " class ="form-control " id ="openaiEndpoint " value ="https://api.openai.com/v1/chat/completions " placeholder ="OpenAI API endpoint ">
4646 < label style ="margin-top: 10px; "> OpenAI API Key</ label >
47- < input type ="password " class ="form-control " id ="openaiApiKey " placeholder ="Enter your OpenAI API key ">
47+ < input type ="password " class ="form-control " id ="openaiApiKey " placeholder ="Enter your OpenAI API key " autocomplete =" off " >
4848 </ div >
4949
5050 < div class ="form-group " id ="openrouterSettings " style ="display: none; ">
5151 < label > OpenRouter API Key</ label >
52- < input type ="password " class ="form-control " id ="openrouterApiKey " placeholder ="sk-or-v1-... ">
52+ < input type ="password " class ="form-control " id ="openrouterApiKey " placeholder ="sk-or-v1-... " autocomplete =" off " >
5353 < small style ="display: block; margin-top: 5px; color: #6b7280; ">
5454 < a href ="https://openrouter.ai/keys " target ="_blank " rel ="noopener noreferrer "> Get your API key</ a > |
5555 < a href ="https://openrouter.ai/models " target ="_blank " rel ="noopener noreferrer "> Browse models</ a >
You can’t perform that action at this time.
0 commit comments