From 042afa0aa148326a4ba3f402c7ba5be594459403 Mon Sep 17 00:00:00 2001 From: Himadri Talukder Date: Wed, 16 Oct 2024 10:36:04 -0400 Subject: [PATCH] added llama3.1 model --- JudgeIt-App/services/Config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JudgeIt-App/services/Config.js b/JudgeIt-App/services/Config.js index 718e7f2..d8cb2a7 100644 --- a/JudgeIt-App/services/Config.js +++ b/JudgeIt-App/services/Config.js @@ -15,11 +15,11 @@ export const LLM_MODELS = [ value: "MIXTRAL", label: "MIXTRAL" }, + */ { - value: "GPT", - label: "GPT" + value: "meta-llama/llama-3-1-70b-instruct", + label: "llama-3-1-70b-instruct" }, - */ { value: "meta-llama/llama-3-70b-instruct", label: "llama-3-70b-instruct"