Jenscaasen

Results 4 comments of Jenscaasen

> I created simple tutorial here: > https://t4ccer.com/posts/sharpneat-tutorial/ Thank you for that, thats so far the easiest to use tutorial that only uses the NUGET Package. I was wondering if...

+1, i am stuck on the "below zero 64 bit required" problem right now too. I will try it with if(num < 0) bitsneeded = 64, but i do not...

Hello from 2023. Is there a roadmap when this is going live?

Same problem here. Running this code: ``` var api = new OpenAI_API.OpenAIAPI("key"); ChatRequest chatreq = new ChatRequest(); chatreq.Messages = new List(); chatreq.Messages.Add(new ChatMessage { Role = ChatMessageRole.System, Content = "sys...