shreyanshknayak commited on
Commit
ba2516e
·
verified ·
1 Parent(s): 12964da

Update main_2.py

Browse files
Files changed (1) hide show
  1. main_2.py +1 -1
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: HuggingFaceEmbedding | 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.")
 
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.")