You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
@@ -3378,22 +3384,22 @@ Please refer to OpenAI's [safety best practices guide](https://platform.openai.c
3378
3384
<key>config</key>
3379
3385
<dict>
3380
3386
<key>default</key>
3381
-
<string>0</string>
3387
+
<string></string>
3382
3388
<key>placeholder</key>
3383
-
<string>0</string>
3389
+
<string></string>
3384
3390
<key>required</key>
3385
-
<true/>
3391
+
<false/>
3386
3392
<key>trim</key>
3387
3393
<true/>
3388
3394
</dict>
3389
3395
<key>description</key>
3390
-
<string>The temperature determines how greedy the generative model is (between 0 and 2). If the temperature is high, the model can output words other than the highest probability with a fairly high probability. The generated text will be more diverse, but there is a higher probability for grammar errors and the generation of nonsense.</string>
3396
+
<string>The maximum number of tokens to generate by the ChatGPT model. If not set OpenAI's default value will be used.</string>
3391
3397
<key>label</key>
3392
-
<string>Temperature</string>
3398
+
<string>ChatGPT maximum tokens</string>
3393
3399
<key>type</key>
3394
3400
<string>textfield</string>
3395
3401
<key>variable</key>
3396
-
<string>temperature</string>
3402
+
<string>chat_max_tokens</string>
3397
3403
</dict>
3398
3404
<dict>
3399
3405
<key>config</key>
@@ -3408,13 +3414,34 @@ Please refer to OpenAI's [safety best practices guide](https://platform.openai.c
3408
3414
<true/>
3409
3415
</dict>
3410
3416
<key>description</key>
3411
-
<string>The maximum number of tokens to generate by the model. If not set OpenAI's default value will be used.</string>
3417
+
<string>The maximum number of tokens to generate by the InstructGPT model. If not set OpenAI's default value will be used.</string>
3412
3418
<key>label</key>
3413
-
<string>Maximum tokens</string>
3419
+
<string>InstructGPT maximum tokens</string>
3414
3420
<key>type</key>
3415
3421
<string>textfield</string>
3416
3422
<key>variable</key>
3417
-
<string>max_tokens</string>
3423
+
<string>completion_max_tokens</string>
3424
+
</dict>
3425
+
<dict>
3426
+
<key>config</key>
3427
+
<dict>
3428
+
<key>default</key>
3429
+
<string>0</string>
3430
+
<key>placeholder</key>
3431
+
<string>0</string>
3432
+
<key>required</key>
3433
+
<true/>
3434
+
<key>trim</key>
3435
+
<true/>
3436
+
</dict>
3437
+
<key>description</key>
3438
+
<string>The temperature determines how greedy the generative model is (between 0 and 2). If the temperature is high, the model can output words other than the highest probability with a fairly high probability. The generated text will be more diverse, but there is a higher probability for grammar errors and the generation of nonsense.</string>
3439
+
<key>label</key>
3440
+
<string>Temperature</string>
3441
+
<key>type</key>
3442
+
<string>textfield</string>
3443
+
<key>variable</key>
3444
+
<string>temperature</string>
3418
3445
</dict>
3419
3446
<dict>
3420
3447
<key>config</key>
@@ -3653,7 +3680,7 @@ Please refer to OpenAI's [safety best practices guide](https://platform.openai.c
0 commit comments