Integuru-AI / Integuru

The first AI agent that builds third-party integrations through reverse engineering platforms' internal APIs.
https://integuru.ai
GNU Affero General Public License v3.0
1.39k stars 92 forks source link

Update README to clarify model usage and limitations #6

Closed asmahdi08 closed 2 hours ago

asmahdi08 commented 16 hours ago

Fixes #5

Made this pull request mainly for solving issue #5

Clarified that gpt-4o should be used for graph generation as it supports function calling. Added a note that o1-preview will be used for code generation if available in the user's OpenAI account. Highlighted that o1-preview does not support function calls.

Hope it helps!

alanalanlu commented 2 hours ago

Thank you!