Update index.html

This commit is contained in:
Dyxang 2024-11-07 21:15:12 +08:00 committed by GitHub
parent e8fd6611f9
commit d05d9923e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4953,7 +4953,7 @@
</label> </label>
<label for="aiGeneratorTemperature" <label for="aiGeneratorTemperature"
>Temperature: >Temperature:
<input id="aiGeneratorTemperature" placeholder="1.2" class="icon-key" /> <input id="aiGeneratorTemperature" type="number" min="0" max="2" placeholder="1.2" class="icon-key" />
<a <a
href="https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature" href="https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature"
target="_blank" target="_blank"