ReWOO icon indicating copy to clipboard operation
ReWOO copied to clipboard

Decoupling Reasoning from Observations for Efficient Augmented Language Models

Results 8 ReWOO issues
Sort by recently updated
recently updated
newest added

This can be especially helpful for those in China as an example, or connect external servers that use Gpt-4 for example

Running with either: python run.py --method rewoo --toolset Google LLM --base_lm gpt-3.5-turbo Or Gradio results in the following error: `RateLimitError: You exceeded your current quota, please check your plan and...

using gpt-4 i am able to generate plans that are interdependent as a json that i can immediately execute by looping through them, at this point, we don't need the...

You said we can pass planner7b lora for run.py which use the merged model as base model. you used condition in nodes/Planner.py you formatted the prompt into instruction and input...

AFAIK, ReWOO doesn't support multi argument tools or does it? if so, how to do so?

Hi, I read the paper ReWOO very impressive. I think I found some human error when counting the token cost on the PWS.py https://github.com/billxbf/ReWOO/blob/9cd0283043ff4be0c9d614fda2789d143ca6ffd1/algos/PWS.py#L66-L68 OpenAI count the input token and...

Hi, I was reading your paper(great paper by the way). And I didn't see the details about how you were calling the APIs. Could you be so kind to tell...

I think it died, I cannot use it. Planner, Worker, Solver are all "error".