-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add openai supported model gpt 4o mini #469
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
Add openai supported model gpt 4o mini #469
Conversation
Create python-app.yml
## [1.9.0](ScrapeGraphAI/Scrapegraph-ai@v1.8.0...v1.9.0) (2024-07-09) ### Features * add fireworks integration ([df0e310](ScrapeGraphAI@df0e310)) * add integration for infos ([3bf5f57](ScrapeGraphAI@3bf5f57)) * add integrations for markdown files ([2804434](ScrapeGraphAI@2804434)) * add vertexai integration ([119514b](ScrapeGraphAI@119514b)) * improve md prompt recognition ([5fe694b](ScrapeGraphAI@5fe694b)) ### Bug Fixes * add test ([3a537ee](ScrapeGraphAI@3a537ee)) * fix pyproject.toml ([7570bf8](ScrapeGraphAI@7570bf8)) ### chore * **Docker:** fix port number ([afeb81f](ScrapeGraphAI@afeb81f)) * **CI:** fix pylint workflow ([583c321](ScrapeGraphAI@583c321)) * **rye:** rebuild lockfiles ([27c2dd2](ScrapeGraphAI@27c2dd2)) ### Docs * **roadmap:** fix urls ([14faba4](ScrapeGraphAI@14faba4)) * **roadmap:** next steps ([3e644f4](ScrapeGraphAI@3e644f4)) ### CI * **release:** 1.8.1-beta.1 [skip ci] ([8f9f96f](ScrapeGraphAI@8f9f96f)) * **release:** 1.9.0-beta.1 [skip ci] ([146432d](ScrapeGraphAI@146432d)) * **release:** 1.9.0-beta.2 [skip ci] ([5cb5fbf](ScrapeGraphAI@5cb5fbf))
fix: solve a burr integration
## [1.9.1](ScrapeGraphAI/Scrapegraph-ai@v1.9.0...v1.9.1) (2024-07-12) ### Bug Fixes * solve a burr integration ([881290b](ScrapeGraphAI@881290b))
This workflow is both unused and incompatible with the pyproject.toml - based build system used in this project.
Update korean.md
OpenAI added a new available model - gpt-4o-mini. Adding this model to the supported models, so it would be possible to use it with the Scrapegraph-ai.
Information about the gpt-4o-mini model in the OpenAI docs: https://platform.openai.com/docs/models/gpt-4o-mini |
🎉 This issue has been resolved in version 1.10.0-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.9.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
OpenAI released a new model gpt-4o-mini. Added the model to the list of supported models to be able to use it with Scrapegraph-ai.