mancooper commited on
Commit
74683d3
·
verified ·
1 Parent(s): 617f00e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import openai
6
 
7
  class EmmaChat:
8
  def __init__(self):
9
- self.client = OpenAI(
10
  base_url="https://api.groq.com/openai/v1",
11
  api_key= os.environ.get("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")
12
  )
 
6
 
7
  class EmmaChat:
8
  def __init__(self):
9
+ self.client = openai(
10
  base_url="https://api.groq.com/openai/v1",
11
  api_key= os.environ.get("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")
12
  )