Closed lazywking closed 1 month ago
Hi! Thank you for your interest in our work! We didn’t include code for running with GPT auto-retrying in our release as we hadn’t made it compatible with the UI (we tried to keep the UI minimal for easy use), and it requires command line use. I just pushed this code to a new branch gpt_retry
if you’d like to check it out. It’s called through the _query_gpt
function which is called here, and can be run in command line by entering the instruction e + ↵
when prompted after running run.py
.
How it works:
If you’d be interested in having this code compatible with the UI, let us know. Thanks!
Couldn't see anywhere OpenAIClient be called? how does OpenAIClient work in the project?