Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from groq import Groq
|
| 3 |
|
| 4 |
-
|
| 5 |
-
API_KEY = "YOUR_GROQ_API_KEY"
|
| 6 |
|
| 7 |
# Function to interact with the model
|
| 8 |
def get_model_response(prompt):
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from groq import Groq
|
| 3 |
|
| 4 |
+
API_KEY = "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"
|
|
|
|
| 5 |
|
| 6 |
# Function to interact with the model
|
| 7 |
def get_model_response(prompt):
|