mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Update file GamesConfig.cs
This commit is contained in:
@@ -108,10 +108,10 @@ public sealed partial class GamesConfig : ICloneable<GamesConfig>
|
|||||||
public sealed partial class ChatGptConfig
|
public sealed partial class ChatGptConfig
|
||||||
{
|
{
|
||||||
[Comment(@"Which GPT-3 Model should bot use.
|
[Comment(@"Which GPT-3 Model should bot use.
|
||||||
'ada' - cheapest and fastest
|
'ada001' - cheapest and fastest
|
||||||
'babbage' - 2nd option
|
'babbage001' - 2nd option
|
||||||
'curie' - 3rd option
|
'curie001' - 3rd option
|
||||||
'davinci' - Most expensive, slowest")]
|
'davinci003' - Most expensive, slowest")]
|
||||||
public Gpt3Model Model { get; set; } = Gpt3Model.Ada001;
|
public Gpt3Model Model { get; set; } = Gpt3Model.Ada001;
|
||||||
|
|
||||||
[Comment(@"The maximum number of tokens to use per GPT-3 API call")]
|
[Comment(@"The maximum number of tokens to use per GPT-3 API call")]
|
||||||
|
Reference in New Issue
Block a user