We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 531e9da + d5c4007 commit 4733574Copy full SHA for 4733574
1 file changed
src/contexts/ChatContext.tsx
@@ -52,7 +52,7 @@ export const ChatProvider: React.FC<{ children: ReactNode }> = ({
52
if (!accessToken) return;
53
try {
54
const response = await fetch(
55
- `${import.meta.env.VITE_APP_API_URL}/ai/keyword`,
+ `${import.meta.env.VITE_APP_AI_URL}/keyword`,
56
{
57
method: 'POST',
58
headers: {
0 commit comments