gao106
gao106
when i try to run this command:python launch_scientist.py --model "deepseek-coder-v2-0724" --experiment nanoGPT --num-ideas 1** Response Status Code: 429 Response Content: {"message": "Too Many Requests. Please wait and try again or...
Does anyone know how to obtain an S2_API_KEY for semanticscholar.org? I've applied for it nearly five days ago and still haven't received a response. Does anyone know how to increase...
import openai from ai_scientist.perform_review import load_paper, perform_review client = openai.OpenAI() model = "gpt-4o-2024-05-13" # Load paper from pdf file (raw text) paper_txt = load_paper("report.pdf") # Get the review dict of...