Skip to content

Commit 6ed1f7b

Browse files
committedJan 22, 2025
remove TimeoutSeconds (default is enough) and OpenAiApiBaseUrl (KoboldSharp is native-only now)
1 parent 07c6f77 commit 6ed1f7b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎SpongeEngine.KoboldSharp.Tests/Common/TestConfig.cs

-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,5 @@ public static class TestConfig
55
public const string BaseUrl = "http://localhost:5001";
66

77
public static string NativeApiBaseUrl => Environment.GetEnvironmentVariable("KOBOLDCPP_BASE_URL") ?? $"{BaseUrl}/api";
8-
9-
public static string OpenAiApiBaseUrl => Environment.GetEnvironmentVariable("KOBOLDCPP_OPENAI_BASE_URL") ?? $"{BaseUrl}/v1";
10-
11-
// Extended timeout for large models
12-
public static int TimeoutSeconds => 120;
138
}
149
}

0 commit comments

Comments
 (0)