Development to main#108
Merged
Lashen1227 merged 3 commits intomainfrom Mar 18, 2025
Merged
Conversation
Merge with main
Co-authored-by: Yoshani Gamage <157863413+yrgamage@users.noreply.github.com>
Feature/skill verification
Lashen1227
approved these changes
Mar 18, 2025
Owner
Lashen1227
left a comment
There was a problem hiding this comment.
Chatbot & skill model API deployments work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to API endpoints and enhancements to the deployment configuration. The most important changes include modifying API URLs in the frontend components and adding Gunicorn to the backend server configuration.
API Endpoint Updates:
frontend/src/components/home/ChatWindow.jsx: Changed the API endpoint for chat and learn functionalities to use the new server URLhttps://learnheart-chatbot-server.onrender.com. [1] [2]frontend/src/components/organization/CheckCV.jsx: Updated the CV upload API endpoint tohttps://learnheart-skill-server.onrender.com/upload.frontend/src/components/volunteer/CVUpload.jsx: Updated the CV upload API endpoint tohttps://learnheart-skill-server.onrender.com/upload.Deployment Configuration:
ml/chatbot/Procfile: Added a Procfile with Gunicorn configuration for the chatbot backend.ml/cv-skill-extract/Procfile: Added a Procfile with Gunicorn configuration for the CV skill extraction backend.ml/chatbot/README.md: Updated the README to include Gunicorn in the installation instructions.ml/cv-skill-extract/README.md: Updated the README to include Gunicorn in the installation instructions.