allow change model name

This commit is contained in:
Archeb
2024-05-15 13:35:00 +08:00
parent 2c8e7b845a
commit 9d6cde125c
4 changed files with 54 additions and 4 deletions
+2
View File
@@ -1,5 +1,7 @@
call npm install
set PASSWORD=
set https_proxy=
set PORT=8080
set AI_MODEL=claude_3_opus
node index
pause