samperizal

Results 4 comments of samperizal

Greetings. Thanks for answering. I am using the following code var chat = api.Chat.CreateConversation(); /// give instruction as System chat.AppendSystemMessage(Config); // now let's ask it a question' chat.AppendUserInput(Content_Detail[0].Trim()); // and...

is it possible to use gpt-3.5-turbo model with 16K context? is possible an example? Thank you

Greetings. Thanks. I renamed the project and was able to install everything.