awacke1 commited on
Commit
b5fc13f
·
verified ·
1 Parent(s): 728b90c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ openai.organization = os.getenv('OPENAI_ORG_ID')
12
  client = OpenAI(api_key= os.getenv('OPENAI_API_KEY'))
13
 
14
  # Define the model to be used
15
- MODEL = "gpt-4o"
 
16
 
17
  def process_text():
18
  text_input = st.text_input("Enter your text:")
 
12
  client = OpenAI(api_key= os.getenv('OPENAI_API_KEY'))
13
 
14
  # Define the model to be used
15
+ #MODEL = "gpt-4o"
16
+ MODEL = "gpt-4o-2024-05-13"
17
 
18
  def process_text():
19
  text_input = st.text_input("Enter your text:")