Skip to content

Commit 3185397

Browse files
committed
update
1 parent ab680cc commit 3185397

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Let's assume we want to download utility bills:
4040

4141
## Setup
4242

43-
1. Set up your OpenAI [API Keys](https://platform.openai.com/account/api-keys) and add the `OPENAI_API_KEY` environment variable. (We recommend using models that are at least as capable as OpenAI o1-mini. Models on par with OpenAI o1-preview are ideal.)
43+
1. Set up your OpenAI [API Keys](https://platform.openai.com/account/api-keys) and add the `OPENAI_API_KEY` environment variable. (We recommend your open ai account to have models that are at least as capable as OpenAI o1-mini. Models on par with OpenAI o1-preview are ideal.)
4444
2. Install Python requirements via poetry:
4545
```
4646
poetry install
@@ -56,10 +56,12 @@ Let's assume we want to download utility bills:
5656
Log into your platform and perform the desired action (such as downloading a utility bill).
5757
5. Run Integuru:
5858
```
59-
poetry run python -m integuru --prompt "download utility bills"
59+
poetry run python -m integuru --prompt "download utility bills" --model gpt-4o
6060
```
6161
You can also run it via Jupyter Notebook `main.ipynb`
6262

63+
Recommended to use gpt-4o as the model as it support function calling. Integuru will automatically switch to o1-preview for code generation.
64+
6365
## Usage
6466

6567
After setting up the project, you can use Integuru to analyze and reverse-engineer API requests for external platforms. Simply provide the appropriate .har file and a prompt describing the action that you want to trigger.

0 commit comments

Comments
 (0)