From c1adc329a39f062c7c8451666ceff5d582fdfb60 Mon Sep 17 00:00:00 2001 From: davidshwn Date: Thu, 5 Feb 2026 13:48:13 +0100 Subject: [PATCH] added another example --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ce7d25c..421fc68 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ This will; - Puts the difficulty on easy/learning +> [!IMPORTANT] +> Currently only models coming from ollama are supported. I'm working on adding support for more providers. +You can as well change models if needed using; +```cmd +projectCreator init -l C -t 1h -d easy/learning -m gpt-oss +``` +This would change the model to gpt-oss. + ### Reviewing a assignment > [!CAUTION] > Reviewing would allow the LLM to gain full access over your computer terminal. While im planning to update that soon; **use it at your own risk**