# dyllm_backend **Repository Path**: hydlikecoding/dyllm_backend ## Basic Information - **Project Name**: dyllm_backend - **Description**: rag demo... - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-26 - **Last Updated**: 2025-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DYLLM api接口统一响应格式 ```json { # 响应码 "code": "int", # 储存数据的地方 "data": "object", # 结果描述 "description": "str" } ``` 响应码 | code | description | | :--: | :---------: | | 1002 | successful | | | | | | |