Skip to content

Conversation

@pratyushmittal
Copy link

The OpenAI library is into version 0.6 series now: https://github.com/mgallo/openai.ex/releases

This AI library supports new versions. The hardcoding of version 0.5.x causes errors

Because your app depends on ai ~> 0.3.4 which depends on openai ~> 0.5.2, openai ~> 0.5.2 is required.
So, because your app depends on openai ~> 0.6.1, version solving failed.

This pull request fixes the error and supports new versions.

The OpenAI library is into version 0.6 series now: https://github.com/mgallo/openai.ex/releases

This `AI` library supports new versions. The hardcoding of version `0.5.x` causes errors

> Because your app depends on ai ~> 0.3.4 which depends on openai ~> 0.5.2, openai ~> 0.5.2 is required.
> So, because your app depends on openai ~> 0.6.1, version solving failed.
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