Update app.py
Browse files
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/'
|