Edit Aicompanion2_0.java

Made sure Ollama sends a text instead of sending back JSONs of generated / used tokens  and uses gpt-oss:20b
This commit is contained in:
Cametendo
2026-02-27 17:23:55 +01:00
parent 3ca8c8baca
commit ef2567e2ee
4 changed files with 27 additions and 20 deletions

2
.env Normal file
View File

@@ -0,0 +1,2 @@
API_BASE_URL="ollama.cametendo.org"
MODEL="gpt-oss:20b"