chansung commited on
Commit
e9e3570
1 Parent(s): 7148fef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ ENV DISCORD_BOT_LOAD_MODE=CPU
19
 
20
  # Full list of supported models can be found
21
  # at https://github.com/deep-diver/LLM-As-Chatbot/blob/main/model_cards.json
22
- ENV DISCORD_BOT_MODEL_NAME=baize-7b
23
 
24
  # Also, DISCORD_BOT_TOKEN should be set as HF Space Secret
25
  CMD ./entry_script.sh
 
19
 
20
  # Full list of supported models can be found
21
  # at https://github.com/deep-diver/LLM-As-Chatbot/blob/main/model_cards.json
22
+ ENV DISCORD_BOT_MODEL_NAME=gpt4-alpaca-7b
23
 
24
  # Also, DISCORD_BOT_TOKEN should be set as HF Space Secret
25
  CMD ./entry_script.sh