Skip to content

Commit

Permalink
update for o1
Browse files Browse the repository at this point in the history
  • Loading branch information
alanalanlu committed Dec 17, 2024
1 parent a013802 commit 682d6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ Let's assume we want to download utility bills:
Log into your platform and perform the desired action (such as downloading a utility bill).
6. Run Integuru:
```
poetry run integuru --prompt "download utility bills" --model gpt-4o
poetry run integuru --prompt "download utility bills" --model <gpt-4o|o1-preview|o1-mini|o1>
```
You can also run it via Jupyter Notebook `main.ipynb`

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

## Usage

Expand Down

0 comments on commit 682d6e9

Please sign in to comment.