heysho commited on
Commit
8ce2e64
1 Parent(s): c6539e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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