vishwask commited on
Commit
2d25626
·
verified ·
1 Parent(s): 48506fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -66,7 +66,8 @@ def indian_to_english(sentence):
66
 
67
 
68
  #llm_model = "mistralai/Mixtral-8x7B-Instruct-v0.1"
69
- llm_model = "mistralai/Mistral-7B-Instruct-v0.2"
 
70
  tokenizer_name = "thenlper/gte-small"
71
 
72
  # default_persist_directory = './chroma_HF/'
 
66
 
67
 
68
  #llm_model = "mistralai/Mixtral-8x7B-Instruct-v0.1"
69
+ #llm_model = "mistralai/Mistral-7B-Instruct-v0.2"
70
+ llm_model = "google/gemma-7b"
71
  tokenizer_name = "thenlper/gte-small"
72
 
73
  # default_persist_directory = './chroma_HF/'