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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Let's assume we want to download utility bills:
40
40
41
41
## Setup
42
42
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.)
44
44
2. Install Python requirements via poetry:
45
45
```
46
46
poetry install
@@ -56,10 +56,12 @@ Let's assume we want to download utility bills:
56
56
Log into your platform and perform the desired action (such as downloading a utility bill).
57
57
5. Run Integuru:
58
58
```
59
-
poetry run python -m integuru --prompt "download utility bills"
You can also run it via Jupyter Notebook `main.ipynb`
62
62
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
+
63
65
## Usage
64
66
65
67
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