theekshana commited on
Commit
44b008b
1 Parent(s): 864b220

default model switched to llama2 13b

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -1,5 +1,5 @@
1
  MODELS={
2
- "DEFAULT":"tiiuae/falcon-7b-instruct",
3
  # "gpt4all":"gpt4all",
4
  # "flan-t5-xxl":"google/flan-t5-xxl",
5
  # "hf/falcon-7b-instruct":"tiiuae/falcon-7b-instruct",
 
1
  MODELS={
2
+ "DEFAULT":"anyscale/Llama-2-13b-chat-hf",
3
  # "gpt4all":"gpt4all",
4
  # "flan-t5-xxl":"google/flan-t5-xxl",
5
  # "hf/falcon-7b-instruct":"tiiuae/falcon-7b-instruct",