cm0805 commited on
Commit
23aae0b
1 Parent(s): f27ceb4

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +1 -1
constants.py CHANGED
@@ -10,7 +10,7 @@ API_TOKEN = secrets["API_TOKEN"]
10
  HEADERS = {"Authorization": f"Bearer {API_TOKEN}"}
11
 
12
  SENTENCE_TRANSFORMER_MODEL = "paraphrase-distilroberta-base-v1"
13
- LLM_REPO_ID = "MBZUAI/LaMini-T5-223M"
14
 
15
  # A custom exception-like class to show a streamlit-styled error
16
  class StreamlitException:
 
10
  HEADERS = {"Authorization": f"Bearer {API_TOKEN}"}
11
 
12
  SENTENCE_TRANSFORMER_MODEL = "paraphrase-distilroberta-base-v1"
13
+ LLM_REPO_ID = "MBZUAI/LaMini-T5-61M"
14
 
15
  # A custom exception-like class to show a streamlit-styled error
16
  class StreamlitException: