From ddf0b24271b4133efa5b4f7a810c646080526b5b Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Thu, 21 Nov 2024 18:48:33 -0800 Subject: [PATCH] Minor doc fix. (#342) --- docs/content/en/docs/operator-manual/troubleshoot_learning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/operator-manual/troubleshoot_learning.md b/docs/content/en/docs/operator-manual/troubleshoot_learning.md index 8175672..2d64c7d 100644 --- a/docs/content/en/docs/operator-manual/troubleshoot_learning.md +++ b/docs/content/en/docs/operator-manual/troubleshoot_learning.md @@ -40,7 +40,7 @@ You can use the session ID to track whether learning occured. ```bash CONTEXTID=01J7S3QZMS5F742JFPWZDCTVRG -curl -s -X POST https://foyle.gateway.admin-0s.internal.api.openai.org/api/foyle.logs.SessionsService/GetSession -H "Content-Type: application/json" -d "{\"contextId\": \"${CONTEXTID}\"}" | jq. +curl -s -X POST https://localhost:8877/foyle.logs.SessionsService/GetSession -H "Content-Type: application/json" -d "{\"contextId\": \"${CONTEXTID}\"}" | jq. ``` * If this returns not found then no log was created for this sessions and there is a problem with Log Processing