Skip to content

Commit

Permalink
Disable CodeLlama 70B
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Sep 30, 2024
1 parent 38adffb commit 01c611c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public enum LargeLanguageModel {
OPENAI_GENERIC(System.getenv("OPENAI_MODEL_NAME"), () -> createOpenAiModel(System.getenv("OPENAI_MODEL_NAME"))), //
// OLLAMA
CODELLAMA_13B("Codellama 13b", () -> createOllamaModel("codellama:13b")), //
CODELLAMA_70B("Codellama 70b", () -> createOllamaModel("codellama:70b")), //
// CODELLAMA_70B("Codellama 70b", () -> createOllamaModel("codellama:70b")), //
//
// GEMMA_2_27B("Gemma2 27b", () -> createOllamaModel("gemma2:27b")), //
//
Expand Down

0 comments on commit 01c611c

Please sign in to comment.