Update main_2.py
Browse files
main_2.py
CHANGED
|
@@ -49,7 +49,7 @@ GROQ_MODEL_NAME = "llama3-70b-8192"
|
|
| 49 |
EMBEDDING_MODEL_NAME = "sentence-transformers/all-MiniLM-L6-v2"
|
| 50 |
|
| 51 |
# Global variable to hold the initialized embedding model
|
| 52 |
-
embed_model_instance:
|
| 53 |
|
| 54 |
if GROQ_API_KEY == "gsk_...":
|
| 55 |
print("WARNING: GROQ_API_KEY is not set. Please set it in your environment or main.py.")
|
|
|
|
| 49 |
EMBEDDING_MODEL_NAME = "sentence-transformers/all-MiniLM-L6-v2"
|
| 50 |
|
| 51 |
# Global variable to hold the initialized embedding model
|
| 52 |
+
embed_model_instance: None
|
| 53 |
|
| 54 |
if GROQ_API_KEY == "gsk_...":
|
| 55 |
print("WARNING: GROQ_API_KEY is not set. Please set it in your environment or main.py.")
|