From 59cecad6f2accdfeee9c157d3b9f79d5c4cc4262 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Mon, 27 Jul 2026 20:38:11 +0300 Subject: [PATCH] updated the default endpoint and model in shee.sh --- shee.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shee.sh b/shee.sh index 8177b04..890e2d2 100755 --- a/shee.sh +++ b/shee.sh @@ -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.'