Skip to content

Commit 67e94a0

Browse files
author
Mark Nelson
committed
examples/server: Pass the conv_id from the webui to the server.
Signed-off-by: Mark Nelson <[email protected]>
1 parent 58844d1 commit 67e94a0

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Diff for: examples/server/public/index.html.gz

5.75 KB
Binary file not shown.

Diff for: examples/server/webui/src/utils/app.context.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export const AppContextProvider = ({
186186
messages,
187187
stream: true,
188188
cache_prompt: true,
189+
conv_id: convId,
189190
samplers: config.samplers,
190191
temperature: config.temperature,
191192
dynatemp_range: config.dynatemp_range,

0 commit comments

Comments
 (0)