Cleaned up logs. Added a debug .env variable to make logs more verbose
This commit is contained in:
parent
5da464bd62
commit
1e83a46412
1 changed files with 2 additions and 1 deletions
1
.env
1
.env
|
|
@ -3,3 +3,4 @@ OLLAMA_API=http://192.168.1.100:11434/api/
|
||||||
MODEL_NAME=gemma3:12b
|
MODEL_NAME=gemma3:12b
|
||||||
CHANNEL_ID=1370420592360161393
|
CHANNEL_ID=1370420592360161393
|
||||||
SHOW_THINKING_BLOCKS=false
|
SHOW_THINKING_BLOCKS=false
|
||||||
|
DEBUG_MODE=false
|
||||||
Loading…
Reference in a new issue