PeoplePlusAI / sunva-ai

SUNVA AI: Seamless conversation loop for the deaf
13 stars 3 forks source link

fix: syntax error in pyproject.toml file #28

Closed fbn776 closed 3 months ago

fbn776 commented 3 months ago

There's a syntax issue in the pyproject.toml file where the dependency for the instructor package was incorrectly specified using ==, shouldn't it be =

maximaminima commented 3 months ago

Yes, it should be = instead of ==.