fix: Update GPT4OMini model identifier
This commit is contained in:
parent
1d9a05fb51
commit
146ea25974
|
@ -27,7 +27,7 @@ impl ToString for Model {
|
|||
Self::GPT3 => String::from("gpt-3.5-turbo-0125"),
|
||||
Self::Llama => String::from("meta-llama/Llama-3-70b-chat-hf"),
|
||||
Self::Mixtral => String::from("mistralai/Mixtral-8x7B-Instruct-v0.1"),
|
||||
Self::GPT4OMini => String::from("gpt-4-0125-preview")
|
||||
Self::GPT4OMini => String::from("gpt-4o-mini")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue