Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
from groq import Groq
|
| 3 |
import os
|
| 4 |
|
| 5 |
-
client = Groq(api_key=os.environ.get("
|
| 6 |
|
| 7 |
SYSTEM_PROMPT = """You are an expert in premier league fantasy . Provide structured and insightful responses to queries
|
| 8 |
about players and coaches"""
|
|
|
|
| 2 |
from groq import Groq
|
| 3 |
import os
|
| 4 |
|
| 5 |
+
client = Groq(api_key=os.environ.get("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"))
|
| 6 |
|
| 7 |
SYSTEM_PROMPT = """You are an expert in premier league fantasy . Provide structured and insightful responses to queries
|
| 8 |
about players and coaches"""
|