lakshmivairamani commited on
Commit
e1a2d3c
·
verified ·
1 Parent(s): 08d7fc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ db_uri = 'mysql+mysqlconnector://redmindgen:51([email protected]
30
  db = SQLDatabase.from_uri(db_uri)
31
 
32
  # LLM setup
33
- llm = ChatOpenAI(model="GPT-3.5.1")
34
 
35
  #gpt-3.5-turbo-0125
36
 
 
30
  db = SQLDatabase.from_uri(db_uri)
31
 
32
  # LLM setup
33
+ llm = ChatOpenAI(model="GPT-3.5")
34
 
35
  #gpt-3.5-turbo-0125
36