updated the default endpoint and model in shee.sh

This commit is contained in:
Luxferre
2026-07-27 20:38:11 +03:00
parent 9775b3edc4
commit 59cecad6f2
+2 -2
View File
@@ -7,8 +7,8 @@
# all configuration variables are here
[ -z "$SHEESH_API_ROOT" ] && SHEESH_API_ROOT='https://text.pollinations.ai/openai'
[ -z "$SHEESH_MODEL" ] && SHEESH_MODEL='openai-fast'
[ -z "$SHEESH_API_ROOT" ] && SHEESH_API_ROOT='https://opencode.ai/zen/v1'
[ -z "$SHEESH_MODEL" ] && SHEESH_MODEL='big-pickle'
[ -z "$SHEESH_TEMP" ] && SHEESH_TEMP='0.6'
[ -z "$SHEESH_SYSPROMPT" ] && SHEESH_SYSPROMPT='You are a helpful assistant.'