Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonw/scrape-openai-code-interpreter
Scrape details about Code Interpreter to track any changes
https://github.com/simonw/scrape-openai-code-interpreter
Last synced: 12 days ago
JSON representation
Scrape details about Code Interpreter to track any changes
- Host: GitHub
- URL: https://github.com/simonw/scrape-openai-code-interpreter
- Owner: simonw
- Created: 2024-06-10T06:18:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-05T15:54:42.000Z (about 1 month ago)
- Last Synced: 2024-10-18T07:53:18.187Z (26 days ago)
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 38
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scraping Code Interpreter
OpenAI's Code Interpreter uses a number of different files for its underlying implementation.
This repo uses GitHub Actions and the OpenAI Assistants API to try and grab copies of those files on a daily basis.
If OpenAI make any changes to these files the changes should show up here in the commit log.
An implementation of the git scraping pattern: https://simonwillison.net/2020/Oct/9/git-scraping/