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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -30,7 +30,9 @@ 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-turbo-0125")
 
 
34
 
35
  # Define the SQL query generation tool
36
  template_query_generation = """Based on the table schema below, write a SQL query that would answer the user's question:
 
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
 
37
  # Define the SQL query generation tool
38
  template_query_generation = """Based on the table schema below, write a SQL query that would answer the user's question: