NHZ commited on
Commit
74d77a0
·
verified ·
1 Parent(s): 3895252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import numpy as np
7
  from groq import Groq
8
 
9
  # Initialize Groq Client
10
- client = Groq(api_key=os.getenv("groq_Api_key"))
11
 
12
  # Load embedding model
13
  embedding_model = SentenceTransformer("all-MiniLM-L6-v2")
 
7
  from groq import Groq
8
 
9
  # Initialize Groq Client
10
+ client = Groq(api_key=os.getenv("groq_api_key"))
11
 
12
  # Load embedding model
13
  embedding_model = SentenceTransformer("all-MiniLM-L6-v2")