Aitrepreneur commited on
Commit
bdb1b4e
1 Parent(s): 07c2897

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -334,7 +334,7 @@ class PromptGenerator:
334
  class InferenceNode:
335
  def __init__(self):
336
  #ADD YOUR OWN GROQ API KEY HERE
337
- self.groq_client = Groq(api_key="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")
338
  self.groq_models = {
339
  "Mixtral 8x7B": "mixtral-8x7b-32768",
340
  "Llama 3.1 70B": "llama-3.1-70b-versatile",
 
334
  class InferenceNode:
335
  def __init__(self):
336
  #ADD YOUR OWN GROQ API KEY HERE
337
+ self.groq_client = Groq(api_key="YOUR-GROQ-API-KEY")
338
  self.groq_models = {
339
  "Mixtral 8x7B": "mixtral-8x7b-32768",
340
  "Llama 3.1 70B": "llama-3.1-70b-versatile",