You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/ai/README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,29 @@ const output = await pipe("This embed will be generated from rust land", {
73
73
});
74
74
```
75
75
76
+
### Self-Hosting
77
+
78
+
**Caching filepath**:
79
+
The `EXT_AI_CACHE_DIR` environment variable can be use to set a custom cache path
80
+
81
+
**Memory clean up**:
82
+
For Self-Hosting users an extra method is available for `main/index.ts` scope and should be used to clean up unused sessions, consider adding it into your main entrypoint file:
0 commit comments