Spaces:
Running
Running
Upload index.html
Browse files- index.html +4 -5
index.html
CHANGED
@@ -407,11 +407,10 @@
|
|
407 |
title="Green = API key saved for current provider. Grey = no key saved."></span>
|
408 |
</div>
|
409 |
<div class="config-control">
|
410 |
-
<input type="
|
411 |
-
placeholder="API Key..." autocomplete="
|
412 |
-
|
413 |
-
data-
|
414 |
-
data-form-type="other" />
|
415 |
<button class="kimi-button" id="toggle-api-key" type="button" aria-pressed="false"
|
416 |
aria-label="Show API key">
|
417 |
<i class="fas fa-eye"></i>
|
|
|
407 |
title="Green = API key saved for current provider. Grey = no key saved."></span>
|
408 |
</div>
|
409 |
<div class="config-control">
|
410 |
+
<input type="text" class="kimi-input" id="provider-api-key" name="provider_api_key"
|
411 |
+
placeholder="API Key..." autocomplete="off" autocapitalize="none" autocorrect="off"
|
412 |
+
spellcheck="false" inputmode="text" aria-autocomplete="none" data-lpignore="true"
|
413 |
+
data-1p-ignore="true" data-bwignore="true" data-form-type="other" />
|
|
|
414 |
<button class="kimi-button" id="toggle-api-key" type="button" aria-pressed="false"
|
415 |
aria-label="Show API key">
|
416 |
<i class="fas fa-eye"></i>
|