srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.7k stars 1.84k forks source link

Added cohere to requirements.txt to fix import error #266

Open JoshJarabek7 opened 1 month ago

JoshJarabek7 commented 1 month ago

Pull Request Title

Added cohere to requirements.txt to fix import error

Related Issue

Fixes #257

Description

This pull request adds cohere to the requirements.txt file to resolve the import error that occurs when the module is not found.

Type

Proposed Changes

Screenshots / Code Snippets (if applicable)

image

How to Test

  1. Clone the repository
  2. Install the dependencies using pip install -r requirements.txt
  3. Verify that the cohere module can be imported without errors

Checklist

Additional Information

N/A