Skip to content

Commit 042afa0

Browse files
committed
added llama3.1 model
1 parent 207c28b commit 042afa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

JudgeIt-App/services/Config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ export const LLM_MODELS = [
1515
value: "MIXTRAL",
1616
label: "MIXTRAL"
1717
},
18+
*/
1819
{
19-
value: "GPT",
20-
label: "GPT"
20+
value: "meta-llama/llama-3-1-70b-instruct",
21+
label: "llama-3-1-70b-instruct"
2122
},
22-
*/
2323
{
2424
value: "meta-llama/llama-3-70b-instruct",
2525
label: "llama-3-70b-instruct"

0 commit comments

Comments
 (0)