Skip to content

Commit 150ce23

Browse files
committed
Update configuration.md
1 parent 7cf0f9c commit 150ce23

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

MyApp/_pages/ai-server/configuration.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,23 @@ AI Server stores results of the AI operations in a pre-configured paths.
9999
- **Artifacts**: AI generated images, audio, and video files, default path is `App_Data/artifacts`.
100100
- **Files**: Cached variants and processed files, default path is `App_Data/files`.
101101

102-
These paths can be configured in the `.env` file by setting the `ARTIFACTS_PATH` and `AI_FILES_PATH` keys.
102+
These paths can be configured in the `.env` file by setting the `ARTIFACTS_PATH` and `AI_FILES_PATH` keys.
103+
104+
## Custom Definitions
105+
106+
AI Server's knowledge is limited to the AI Provider and Model types and definitions defined in its
107+
[/data](https://github.com/ServiceStack/ai-server/tree/main/AiServer/wwwroot/lib/data) definitions.
108+
109+
These definitions are merged and can be extended with custom definitions you can create in your `/App_Data/overrides/` folder, e.g:
110+
111+
```files
112+
/App_Data
113+
/overrides
114+
ai-models.json
115+
ai-types.json
116+
generation-types.json
117+
media-models.json
118+
media-types.json
119+
prompts.json
120+
tts-voices.json
121+
```

0 commit comments

Comments
 (0)