diff --git a/src/config.rs b/src/config.rs index 3ada810..eb4790d 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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") } } }