Skip to content

Commit 682d6e9

Browse files
committed
update for o1
1 parent a013802 commit 682d6e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Let's assume we want to download utility bills:
6060
Log into your platform and perform the desired action (such as downloading a utility bill).
6161
6. Run Integuru:
6262
```
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>
6464
```
6565
You can also run it via Jupyter Notebook `main.ipynb`
6666

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.**
6868

6969
## Usage
7070

0 commit comments

Comments
 (0)