Skip to content

Commit

Permalink
feat: eternal ai
Browse files Browse the repository at this point in the history
  • Loading branch information
genesis-0000 committed Dec 27, 2024
1 parent ee21f41 commit 4e6f80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-core/src/providers/eternalai.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ pub const UNSLOTH_LLAMA_3_3_70B_INSTRUCT_BNB_4BIT: &str = "unsloth/Llama-3.3-70B

pub const MAPPING_CHAINID: [(&str, &str); 2] = [
(NOUS_RESEARCH_HERMES_3_LLAMA_3_1_70B_FP8, "45762"),
(UNSLOTH_LLAMA_3_3_70B_INSTRUCT_BNB_4BIT, "33139"),
(UNSLOTH_LLAMA_3_3_70B_INSTRUCT_BNB_4BIT, "45762"),
];

pub fn get_chain_id(key: &str) -> Option<&str> {
Expand Down

0 comments on commit 4e6f80c

Please sign in to comment.