You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be interesting to add in an "automatic solver" for each day's problem. E.g., could we construct an action to do the following (run each day at 0:01 UTC):
fetch the daily problem
store the text of the problem in a "problems" directory
use langchain/chatgpt to solve the problem, describing the thought process and code using the attached template
add chatgpt's solution under problems//chatgpt.md
commit the notes/solution
The text was updated successfully, but these errors were encountered:
It could be interesting to add in an "automatic solver" for each day's problem. E.g., could we construct an action to do the following (run each day at 0:01 UTC):
The text was updated successfully, but these errors were encountered: