added another example

This commit is contained in:
2026-02-05 13:48:13 +01:00
parent a6374b9ae3
commit c1adc329a3

View File

@@ -40,6 +40,14 @@ This will;
- Puts the difficulty on easy/learning - 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 ### Reviewing a assignment
> [!CAUTION] > [!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** > 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**