Skip to content

Update requirements.txt#2

Open
sirazul-ai wants to merge 1 commit intoSiraz116:masterfrom
sirazul-ai:patch-2
Open

Update requirements.txt#2
sirazul-ai wants to merge 1 commit intoSiraz116:masterfrom
sirazul-ai:patch-2

Conversation

@sirazul-ai
Copy link
Copy Markdown

fix: Corrected version specifier for google-generativeai

The requirements file incorrectly used a single equals sign (=) to specify the version of the google-generativeai package. This has been corrected to use the double equals sign (==), which is the correct operator for pinning package versions in pip requirements files. This ensures that the specified version (0.8.4) of the google-generativeai library is installed as intended.

fix: Corrected version specifier for google-generativeai

The requirements file incorrectly used a single equals sign (=)
to specify the version of the google-generativeai package. This
has been corrected to use the double equals sign (==), which is
the correct operator for pinning package versions in pip
requirements files. This ensures that the specified version
(0.8.4) of the google-generativeai library is installed as
intended.
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.

1 participant