sunnynazir commited on
Commit
cf1cf22
·
verified ·
1 Parent(s): 14c5425

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import faiss
6
  import numpy as np
7
 
8
  # Set the Hugging Face API Key
9
- os.environ["GROQ_API_KEY"] = "MY_API_KEY" # Replace with your Hugging Face API Key
10
- client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
11
 
12
  # Supported Microcontrollers/Processors
13
  devices = {
 
6
  import numpy as np
7
 
8
  # Set the Hugging Face API Key
9
+ GrOQ_API_KEY= "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"
10
+ client=Groq(api_key=GrOQ_API_KEY)
11
 
12
  # Supported Microcontrollers/Processors
13
  devices = {