mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-10-02 02:27:13 +00:00
C# Bindings - improved logging (#714)
* added optional support for .NET logging * bump version and add missing alpha suffix * avoid creating additional namespace for extensions * prefer NullLogger/NullLoggerFactory over null-conditional ILogger to avoid errors --------- Signed-off-by: mvenditto <venditto.matteo@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Gpt4All.Bindings;
|
||||
|
||||
namespace Gpt4All.Extensions;
|
||||
namespace Gpt4All;
|
||||
|
||||
public static class PredictRequestOptionsExtensions
|
||||
{
|
||||
|
Reference in New Issue
Block a user