From 682d6e97192f2466bb274bd4d3675163e807c926 Mon Sep 17 00:00:00 2001 From: alanalanlu Date: Tue, 17 Dec 2024 14:56:16 -0800 Subject: [PATCH] update for o1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2732f6b..01747aa 100644 --- a/README.md +++ b/README.md @@ -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 ``` 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