sravaniamere commited on
Commit
4768f7c
·
1 Parent(s): 341aec9

fix create_fastapi_app call remove env_name

Browse files
Files changed (1) hide show
  1. sql_env/server.py +0 -1
sql_env/server.py CHANGED
@@ -96,7 +96,6 @@ app = create_fastapi_app(
96
  SQLCorrectionEnvironment,
97
  SQLAction,
98
  SQLObservation,
99
- env_name="sql-correction-env",
100
  )
101
 
102
 
 
96
  SQLCorrectionEnvironment,
97
  SQLAction,
98
  SQLObservation,
 
99
  )
100
 
101