Configurable OpenAI (#2529)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-01-24 20:42:47 +07:00
committed by GitHub
parent 3daa9a3136
commit ba8ab45dc2
111 changed files with 2784 additions and 883 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ export async function start (port: number, host?: string): Promise<void> {
fulltextAdapter: {
factory: createNullFullTextAdapter,
url: '',
metrics: new MeasureMetricsContext('', {})
metrics: new MeasureMetricsContext('', {}),
stages: () => []
},
contentAdapter: {
url: '',