Skip to content

Commit

Permalink
feat(watsonx): add llama3.1-405b to the preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Sep 12, 2024
1 parent 0a5f8ac commit 8a93496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/adapters/watsonx/chatPreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ export const WatsonXChatLLMPreset = {
},
};
},
"meta-llama/llama-3-1-405b-instruct"() {
return this["meta-llama/llama-3-1-70b-instruct"]();
},
"meta-llama/llama-3-1-8b-instruct"() {
return this["meta-llama/llama-3-1-70b-instruct"]();
},
Expand Down

0 comments on commit 8a93496

Please sign in to comment.