mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-07 14:36:33 +00: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";
|
|
}
|