Skip to content

Commit

Permalink
Mention Lllama 3.3 in Ollama config panel (zed-industries#21866)
Browse files Browse the repository at this point in the history
Trivial, but makes us not look outdated.
  • Loading branch information
notpeter authored Dec 11, 2024
1 parent 13a81e4 commit fff12ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/language_models/src/provider/ollama.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ impl Render for ConfigurationView {
fn render(&mut self, cx: &mut ViewContext<Self>) -> impl IntoElement {
let is_authenticated = self.state.read(cx).is_authenticated();

let ollama_intro = "Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models with Ollama.";
let ollama_intro = "Get up and running with Llama 3.3, Mistral, Gemma 2, and other large language models with Ollama.";
let ollama_reqs =
"Ollama must be running with at least one model installed to use it in the assistant.";

Expand Down

0 comments on commit fff12ec

Please sign in to comment.