Skip to content

Commit

Permalink
Merge pull request #38 from ibm-ecosystem-engineering/model-update-ll…
Browse files Browse the repository at this point in the history
…ama3.1

added llama3.1 model
  • Loading branch information
Shivam6693 authored Oct 21, 2024
2 parents b7f552a + 042afa0 commit 8b1af8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JudgeIt-App/services/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b1af8f

Please sign in to comment.