Skip to content

Commit

Permalink
Update Chatbot.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Luson045 authored Feb 13, 2025
1 parent 4f446eb commit 16b0980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Medical-Chatbot/Chatbot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Chatbot = ({isOpen, setIsOpen}) => {
'At Med-Space, we envision a world where accessing outpatient care is as simple as a few clicks. By leveraging technology and innovation, we aim to provide a platform that bridges the gap between patients and healthcare providers, making high-quality care accessible to everyone, anywhere. Founder of Med-space is Luson Basumatary.';
const loadConfig = useCallback(async () => {
try {
setApiKey('AIzaSyCfkCLUWHRRDB2OZeY9ro5y8pMcDtnCNCo'); //add your api key
setApiKey('...'); //add your api key
setApiUrl(
`https://generativelanguage.googleapis.com/v1/models/gemini-pro:generateContent?key=${apiKey}`,
);
Expand Down

0 comments on commit 16b0980

Please sign in to comment.