awacke1 commited on
Commit
7a4e92d
1 Parent(s): b5fc13f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +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
- MODEL = "gpt-4o-2024-05-13"
17
 
18
  def process_text():
19
  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:")