AurelioAguirre commited on
Commit
3431979
·
1 Parent(s): b5d6152

added openAI schema based endpoint and response v4

Browse files
Files changed (1) hide show
  1. main/main.py +1 -2
main/main.py CHANGED
@@ -35,8 +35,7 @@ async def async_main():
35
 
36
  # Initialize API with config
37
  api = InferenceApi(config)
38
- # Setup API first
39
- await api.setup()
40
  # Initialize router with the already setup API instance
41
  await init_router(api)
42
 
 
35
 
36
  # Initialize API with config
37
  api = InferenceApi(config)
38
+
 
39
  # Initialize router with the already setup API instance
40
  await init_router(api)
41