add lib loading tests + remove dummy test

This commit is contained in:
mvenditto
2023-06-20 21:25:11 +02:00
committed by AT
parent 6d9575e103
commit 4b7b9975c5
4 changed files with 86 additions and 5 deletions

View File

@@ -1,8 +1,11 @@
using System.Diagnostics;
using System.Runtime.CompilerServices;
using Gpt4All.Bindings;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging.Abstractions;
[assembly: InternalsVisibleTo("Gpt4All.Tests")]
namespace Gpt4All;
public class Gpt4All : IGpt4AllModel