simonw / scrape-openai-code-interpreter

Scrape details about Code Interpreter to track any changes
38 stars 6 forks source link

Lots of commits where it just renames everything #3

Closed simonw closed 4 months ago

simonw commented 4 months ago

I'm not sure why this is happening: https://github.com/simonw/scrape-openai-code-interpreter/commits/e8c21d9956b2e0128ec79ffa0149206287866227/

CleanShot 2024-06-19 at 08 57 57@2x

simonw commented 4 months ago

I think that fix worked:

CleanShot 2024-06-19 at 08 59 48@2x

https://github.com/simonw/scrape-openai-code-interpreter/actions/runs/9585052964/job/26430077841

simonw commented 4 months ago

The new prompt: https://github.com/simonw/scrape-openai-code-interpreter/blob/37d02f8af3f53bd57d5f7cb6da513d7a9d246bb4/scrape.py#L35-L40

I had to add that bit about os.listdir('.') because without that it would sometimes deny that it had a .openai_internal directory without running the code - so I "prove" that it exists first.