Forge.OpenAI
Forge.OpenAI copied to clipboard
Does not work on .net 46
Due to dependencies to System.Numerics, the library does not work with old .net 46, but only with .net Core - at least in my case.
br Andy
Hello, I do not support .NET 4.6, I support 4.6.1 at least. System.Numeric.dll is part of the .NET Framework. On my side, I have no issue with .NET 4.6.1, not sure what the problem is on your side. Can you share me some more details please?
I have upgraded the project "ChatCompletions" in playgrounds to work with multiple FW types for testing purpose. It is work fine on my side. Can you double check it please than get back to me, if you have time for this. Thanks!
Thanks ... now everything works and no problems any more resolving dependencies on 4.8
br, Andreas