Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JoshJarabek7
Copy link

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

  • Bug Fix
  • Feature Enhancement
  • Documentation Update
  • Code Refactoring
  • Other (please specify):

Proposed Changes

  • Added cohere to requirements.txt

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

  • The code compiles successfully without any errors or warnings
  • The changes have been tested and verified
  • The documentation has been updated (if applicable)
  • The changes follow the project's coding guidelines and best practices
  • The commit messages are descriptive and follow the project's guidelines
  • All tests (if applicable) pass successfully
  • This pull request has been linked to the related issue (if applicable)

Additional Information

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing cohere module
1 participant