Skip to content

Commit 59e8c9c

Browse files
implementing redis for smoother user experience
1 parent 6bcc174 commit 59e8c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
if not GROQ_API_KEY:
3030
raise ValueError("Please provide a GROQ API key")
31+
3132
REDIS_URL = os.getenv("REDIS_URL")
3233

3334
@asynccontextmanager

0 commit comments

Comments
 (0)