Skip to content

Commit 04f0c7a

Browse files
committed
chore(build.sh): 주석 처리된 모델 옵션 업데이트
1 parent 0366651 commit 04f0c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "🚧 Building executable..."
66
pyinstaller --onefile \
77
--name "$EXE_NAME" \
88
--add-data "prompt_template.yml:." \
9-
main.py --model # gpt-4-turbo-2024-04-09 # Note: gpt-4-turbo is optimized for English — language settings may have limited effect
9+
main.py # --model gpt-4-turbo-2024-04-09 # Note: gpt-4-turbo is optimized for English — language settings may have limited effect
1010

1111
echo "📦 Moving executable to current directory..."
1212
mv "dist/$EXE_NAME" ./

0 commit comments

Comments
 (0)