Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -52,6 +52,7 @@ if 'json_data_for_batch' not in st.session_state:
|
|
| 52 |
MODEL_OPTIONS = {
|
| 53 |
"OpenAI GPT-OSS 20B (Hugging Face)": "openai/gpt-oss-20b",
|
| 54 |
"secgpt (Hugging Face)": "clouditera/secgpt",
|
|
|
|
| 55 |
"Meta Llama 3.1 8B Instruct (Hugging Face)": "meta-llama/Llama-3.1-8B-Instruct",
|
| 56 |
"Meta Llama 3.3 70B Instruct (Hugging Face)": "meta-llama/Llama-3.3-70B-Instruct",
|
| 57 |
"fdtn-ai Foundation-Sec 8B Instruct (Hugging Face)": "fdtn-ai/Foundation-Sec-8B-Instruct",
|
|
|
|
| 52 |
MODEL_OPTIONS = {
|
| 53 |
"OpenAI GPT-OSS 20B (Hugging Face)": "openai/gpt-oss-20b",
|
| 54 |
"secgpt (Hugging Face)": "clouditera/secgpt",
|
| 55 |
+
"RNJ (Hugging Face)": "EssentialAI/rnj-1-instruct",
|
| 56 |
"Meta Llama 3.1 8B Instruct (Hugging Face)": "meta-llama/Llama-3.1-8B-Instruct",
|
| 57 |
"Meta Llama 3.3 70B Instruct (Hugging Face)": "meta-llama/Llama-3.3-70B-Instruct",
|
| 58 |
"fdtn-ai Foundation-Sec 8B Instruct (Hugging Face)": "fdtn-ai/Foundation-Sec-8B-Instruct",
|