Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
heysho
/
daily-reminder
like
1
Sleeping
App
Files
Files
Community
heysho
commited on
May 14
Commit
8ce2e64
•
1 Parent(s):
c6539e3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,7 +2,7 @@ import streamlit as st
2
import openai
3
4
# Constants
5
-
AI_MODEL = "gpt-
4-turbo
"
6
TOKEN_COUNT = 4096
7
MAX_USES = 3
8
2
import openai
3
4
# Constants
5
+
AI_MODEL = "gpt-
4o
"
6
TOKEN_COUNT = 4096
7
MAX_USES = 3
8