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.
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 thato1-preview
will be used for code generation if available in the user's OpenAI account. Highlighted thato1-preview
does not support function calls.Hope it helps!