UI for AI thoughts (#385)

This commit is contained in:
Chris Weaver
2023-09-01 20:32:22 -07:00
committed by GitHub
parent 06c1afce42
commit c68afbe9d0
15 changed files with 1258 additions and 82 deletions

View File

@ -29,6 +29,11 @@ const nextConfig = {
destination: "http://127.0.0.1:8080/stream-direct-qa:params*", // Proxy to Backend
permanent: true,
},
{
source: "/api/stream-query-validation:params*",
destination: "http://127.0.0.1:8080/stream-query-validation:params*", // Proxy to Backend
permanent: true,
},
];
},
};