You have a maximum of 25 minutes to complete each code modification task.
The entire file of your selected code is used by LLMs as context when making modifications.
sk-proj-example-api-key
<aside> 💡
Please note that we are not evaluating your task completion, but strongly encouraging you through this examples to try out our system's features, gain the full experience, and provide insights.
</aside>
Here is an example to help you onboard the system features!
main.py Change to three_sum!
main.py Instead of using [], return None!
A web development project that visualizes stock prices using a combination of a Node.js backend, which retrieves data from Yahoo Finance, and a React frontend, which displays the data in a line chart.
How to Run
cd frontend && npm run dev