Skip to content

Commit

Permalink
Merge pull request #30 from anilaltuner/main
Browse files Browse the repository at this point in the history
o1-openrouter added
  • Loading branch information
andthattoo authored Dec 18, 2024
2 parents 46dc2c5 + f34abe4 commit f622133
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/program/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ pub enum Model {

#[serde(rename = "nvidia/llama-3.1-nemotron-70b-instruct")]
ORNemotron70B,

#[serde(rename = "openai/o1")]
OROpenAIO1,
}

impl Model {
Expand Down Expand Up @@ -327,6 +330,7 @@ impl From<Model> for ModelProvider {
Model::ORQwenQwq => ModelProvider::OpenRouter,
Model::ORNemotron70B => ModelProvider::OpenRouter,
Model::ORNousHermes405B => ModelProvider::OpenRouter,
Model::OROpenAIO1 => ModelProvider::OpenRouter,
}
}
}
Expand Down

0 comments on commit f622133

Please sign in to comment.