Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
habrok:examples:ollama [2026/07/08 16:30] – Add full script pedrohabrok:examples:ollama [2026/07/08 16:30] (current) – [Simple usage example] Fix model name pedro
Line 97: Line 97:
  
 response = client.chat.completions.create( response = client.chat.completions.create(
-    model="laguna-xs-2.1:q4_K_M",+    model="gemma3:12b",
     messages = [     messages = [
         {         {