tayy786 commited on
Commit
494027d
·
verified ·
1 Parent(s): c5792d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from groq import Groq
12
  embedder = SentenceTransformer("all-MiniLM-L6-v2")
13
 
14
  client = Groq(
15
- api_key=os.environ.get("Rgb"),
16
  )
17
 
18
  # -----------------------------
 
12
  embedder = SentenceTransformer("all-MiniLM-L6-v2")
13
 
14
  client = Groq(
15
+ api_key=os.environ.get("Tgb"),
16
  )
17
 
18
  # -----------------------------