Update WithAuth.java

This commit is contained in:
amithkoujalgi 2025-09-19 19:07:42 +05:30
parent cb0f71ba63
commit 90613c0ec1
No known key found for this signature in database
GPG Key ID: E29A37746AF94B70

View File

@ -54,7 +54,6 @@ public class WithAuth {
private static final String NGINX_VERSION = "nginx:1.23.4-alpine";
private static final String BEARER_AUTH_TOKEN = "secret-token";
private static final String GENERAL_PURPOSE_MODEL = "gemma3:270m";
// private static final String THINKING_MODEL = "gpt-oss:20b";
private static OllamaContainer ollama;
private static GenericContainer<?> nginx;