Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
import gradio as gr
|
7 |
from groq import Groq
|
8 |
|
9 |
-
client = Groq(api_key=os.getenv('
|
10 |
|
11 |
def autocomplete(text):
|
12 |
if text != "":
|
|
|
6 |
import gradio as gr
|
7 |
from groq import Groq
|
8 |
|
9 |
+
client = Groq(api_key=os.getenv('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'))
|
10 |
|
11 |
def autocomplete(text):
|
12 |
if text != "":
|