Still trying to add Lab2 to Community Contributions from Cursor

This commit is contained in:
Rob Godbey
2025-10-24 10:58:29 -04:00
parent a5dceceeed
commit f13496e1f0

View File

@@ -39,9 +39,7 @@
"\n",
"OLLAMA_BASE_URL = \"http://localhost:11434/v1\"\n",
"\n",
"ollama = OpenAI(base_url=OLLAMA_BASE_URL, api_key='ollama')\n",
"\n",
"omodel = \"llama3.2\"\n"
"ollama = OpenAI(base_url=OLLAMA_BASE_URL, api_key='ollama')\n"
]
},
{