Skip to content

Commit a78a2cf

Browse files
authored
Merge pull request #447 from Nishitbaria/main
Corrected Environment Variable for Alan AI API Key in Alan.js Componen
2 parents 4bfdd81 + 457aafc commit a78a2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/alan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect } from "react";
22

3-
const AlanAIProjectKey = `${process.env.NEXT_PUBLIC_ALAN_AI_CHATBOT}`;
3+
const AlanAIProjectKey = `${process.env.NEXT_PUBLIC_ALAN_AI_CHATBOT}/stage`;
44

55
function AlanAIComponent() {
66
useEffect(() => {

0 commit comments

Comments
 (0)