@snf/access-qa-bot 3.3.3 → 3.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/access-qa-bot.js
CHANGED
|
@@ -15073,8 +15073,8 @@ const Gm = Ae.forwardRef((e, n) => {
|
|
|
15073
15073
|
Gm.displayName = "ProgrammaticQABot";
|
|
15074
15074
|
const ki = {
|
|
15075
15075
|
// Q&A API endpoints
|
|
15076
|
-
QA_ENDPOINT: "
|
|
15077
|
-
RATING_ENDPOINT: "
|
|
15076
|
+
QA_ENDPOINT: "https://access-ai-grace1-external.ccs.uky.edu/access/chat/api/",
|
|
15077
|
+
RATING_ENDPOINT: "https://access-ai-grace1-external.ccs.uky.edu/access/chat/rating/",
|
|
15078
15078
|
// Metrics/XDMoD API endpoints
|
|
15079
15079
|
METRICS_API_ENDPOINT: "https://access-ai-grace1-external.ccs.uky.edu/access/xdmod/chat/api/",
|
|
15080
15080
|
METRICS_RATING_ENDPOINT: "https://access-ai-grace1-external.ccs.uky.edu/access/xdmod/chat/rating/",
|