Simon Willison’s Weblog

Subscribe

Items tagged codeinterpreter, llms in Apr, 2023

Filters: Year: 2023 × Month: Apr × codeinterpreter × llms × Sorted by date


Running Python micro-benchmarks using the ChatGPT Code Interpreter alpha

Today I wanted to understand the performance difference between two Python implementations of a mechanism to detect changes to a SQLite database schema. I rendered the difference between the two as this chart:

[... 2939 words]