From c01c6586bc1f79510688f35824c7049172063b58 Mon Sep 17 00:00:00 2001 From: David Timber Date: Tue, 19 Nov 2024 13:15:02 +0100 Subject: Initial commit --- shitoutcode.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 shitoutcode.sh (limited to 'shitoutcode.sh') diff --git a/shitoutcode.sh b/shitoutcode.sh new file mode 100755 index 0000000..5d107ed --- /dev/null +++ b/shitoutcode.sh @@ -0,0 +1,11 @@ +#!/bin/sh +set -e +. "./.env" +export OPENAI_API_KEY +export LLM_MODEL +export OUT_TOKENS_MIN +export OUT_TOKENS_MAX +export LLM_TEMP +export LLM_SEED + +python3 -m shitoutcode $@ -- cgit