-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running with OpenAI GPT #18
Comments
Yes, you should include your key in the bash script The keys get pulled in here, when the Manifest objects are being constructed: Line 138 in 83204a5
|
Hey simran, how do I run evaporate on my own dataset where I don't have a ground truth? I just want to test the performance on my own data that is a list of txt files. |
Hi! the gold extractions are used to provide feedback in a couple places in the pipeline.
Hope that helps! |
So, I can use an empty json file in place for the gold extractions and still have evaporate run normally? |
Hey,
Do I just replace the KEYS with my OpenAI API key for the run.sh to run using gpt-4? Or where do I configure that?
Thanks
The text was updated successfully, but these errors were encountered: