Rathapoom commited on
Commit
7f400b6
·
verified ·
1 Parent(s): 85d7049

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ st.markdown("""
33
 
34
  # Constants
35
  WORD_LIMIT = 11000
36
- DAILY_API_LIMIT = 5 # Set your desired limit per user per day
37
 
38
  # Set up OpenAI client
39
  client = OpenAI(api_key=st.secrets["OPENAI_API_KEY"])
 
33
 
34
  # Constants
35
  WORD_LIMIT = 11000
36
+ DAILY_API_LIMIT = 30 # Set your desired limit per user per day
37
 
38
  # Set up OpenAI client
39
  client = OpenAI(api_key=st.secrets["OPENAI_API_KEY"])