Skip to content

Commit

Permalink
comment-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamillitman committed Feb 1, 2025
1 parent af20bbc commit 0642f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assistants/openai/openai_assistant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ pub struct OpenAIAssistant {
}

impl OpenAIAssistant {
//Constructor
/// Constructor
pub fn new(model: OpenAIModels, open_ai_key: &str) -> Self {
// Reasoning models are not currently supported in Assistants API. If requested defaulting to `Gpt4o`
/// Reasoning models are not currently supported in Assistants API. If requested defaulting to `Gpt4o`
let model = match model {
OpenAIModels::O1Preview
| OpenAIModels::O1Mini
Expand Down

0 comments on commit 0642f00

Please sign in to comment.