mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
7 lines
109 B
C#
7 lines
109 B
C#
|
namespace Gpt4All.Tests;
|
|||
|
|
|||
|
public static class Traits
|
|||
|
{
|
|||
|
public const string SkipOnCI = "SKIP_ON_CI";
|
|||
|
}
|