Small fixes + use utf-8 in projects
This commit is contained in:
@ -4,5 +4,5 @@ namespace KIKunstKirstenKlöckner.Data;
|
||||
|
||||
public class ChatGPT
|
||||
{
|
||||
public static Model GPT4Turbo => new Model("gpt-4-1106-preview") { OwnedBy = "openai" };
|
||||
public static Model GPT4Turbo => new Model("gpt-4-turbo") { OwnedBy = "openai" };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user