This commit is contained in:
0xSage 2023-10-27 16:25:35 +07:00
parent a619c115ac
commit d5e1ca3f23

View File

@ -3,7 +3,7 @@ title: "CoreService"
---
`CoreService` provides an interface for implementing custom methods in Jan.
It lets you define shared behavior across your custom application, like your app handles state, models, or inferencing behavior.
It lets you define shared behavior across your custom application, like how your app handles state, models, or inferencing behavior.
## Usage