更新git相关配置
This commit is contained in:
Binary file not shown.
0
backend/app/instruction/__init__.py
Normal file
0
backend/app/instruction/__init__.py
Normal file
0
backend/app/instruction/executor.py
Normal file
0
backend/app/instruction/executor.py
Normal file
0
backend/app/instruction/intent_parser.py
Normal file
0
backend/app/instruction/intent_parser.py
Normal file
@@ -5,7 +5,6 @@ app = FastAPI(
|
||||
title=settings.APP_NAME,
|
||||
openapi_url=f"{settings.API_V1_STR}/openapi.json"
|
||||
)
|
||||
|
||||
@app.get("/")
|
||||
async def root():
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user