You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,11 @@ Let's assume we want to download utility bills:
60
60
Log into your platform and perform the desired action (such as downloading a utility bill).
61
61
6. Run Integuru:
62
62
```
63
-
poetry run integuru --prompt "download utility bills" --model gpt-4o
63
+
poetry run integuru --prompt "download utility bills" --model <gpt-4o|o1-preview|o1-mini|o1>
64
64
```
65
65
You can also run it via Jupyter Notebook `main.ipynb`
66
66
67
-
**Recommended to use gpt-4o as the model for graph generation as it supports function calling. Integuru will automatically switch to o1-preview for code generation if available in the user's OpenAI account.**⚠️ **Note: o1-preview does not support function calls.**
67
+
**Recommended to use gpt-4o as the model for graph generation as it supports function calling. Integuru will automatically switch to o1-preview for code generation if available in the user's OpenAI account.**
0 commit comments