Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from groq import Groq
|
| 3 |
import os
|
| 4 |
-
|
| 5 |
-
# Set your Groq API key as an environment variable (e.g., in Colab: import os; os.environ["GROQ_API_KEY"] = "your_actual_groq_api_key_here")
|
| 6 |
client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|
| 7 |
|
| 8 |
SYSTEM_PROMPT = """You are an expert in premier league fantasy . Provide structured and insightful responses to queries
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from groq import Groq
|
| 3 |
import os
|
| 4 |
+
|
|
|
|
| 5 |
client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|
| 6 |
|
| 7 |
SYSTEM_PROMPT = """You are an expert in premier league fantasy . Provide structured and insightful responses to queries
|