Jenscaasen
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...
I want to second this. SYSTEM INFORMATION Operating System: Linux 6.8 Default Shell: /bin/bash As additional information: vs code gives me an error that looks like this:  After asking...
I resolved the problem. It was partially my fault. Let me explain: I used some git extensions for Azure Repos and Github, which evidently do not check out the repo...
Hey there, i have not tested it with olama, but looking at your code i see that you are using the OpenAI connector. OpenAI and Mistral share a lot of...