LLamaSharp/LLama.Unittest/Constants.cs

8 lines
157 B
C#

namespace LLama.Unittest
{
internal static class Constants
{
public static string ModelPath = "Models/llama-2-7b-chat.Q4_0.gguf";
}
}