Yoma
commited on
Commit
·
596e203
1
Parent(s):
e1e4c9b
Updated for minor changes
Browse files
config.py
CHANGED
|
@@ -16,6 +16,7 @@ TMDB_API_KEY = os.getenv("TMDB_API_KEY")
|
|
| 16 |
|
| 17 |
# LLM Model Name (as specified on Hugging Face)
|
| 18 |
LLM_MODEL_NAME = "huggingface/meta-llama/Llama-3.2-3B-Instruct"
|
|
|
|
| 19 |
|
| 20 |
# Base prompt for LLM explanations
|
| 21 |
BASE_PROMPT = """
|
|
|
|
| 16 |
|
| 17 |
# LLM Model Name (as specified on Hugging Face)
|
| 18 |
LLM_MODEL_NAME = "huggingface/meta-llama/Llama-3.2-3B-Instruct"
|
| 19 |
+
#LLM_MODEL_NAME = "ollama/llama3.2"
|
| 20 |
|
| 21 |
# Base prompt for LLM explanations
|
| 22 |
BASE_PROMPT = """
|