mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
feat: efficient benching (#1921)
Co-authored-by: Tyler Rockwood <rockwotj@gmail.com> Co-authored-by: Kalvin C <kalvinnchau@users.noreply.github.com> Co-authored-by: Alice Hau <110418948+ahau-square@users.noreply.github.com>
This commit is contained in:
@@ -162,7 +162,7 @@ for ((i=0; i<$COUNT; i++)); do
|
||||
if [ "$TOOLSHIM" = true ]; then
|
||||
export GOOSE_TOOLSHIM=1
|
||||
if [[ -n "$TOOLSHIM_MODEL" ]]; then
|
||||
export GOOSE_TOOLSHIM_MODEL="$TOOLSHIM_MODEL"
|
||||
export GOOSE_TOOLSHIM_OLLAMA_MODEL="$TOOLSHIM_MODEL"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user