Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import openai
|
|
6 |
|
7 |
class EmmaChat:
|
8 |
def __init__(self):
|
9 |
-
self.client =
|
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 |
)
|