GPT helped me build a Python tool to work with the OpenAI Assistants API

Python tools for interacting with the OpenAI API. Contribute to richarddas/OpenAI-Python-Tools development by creating an account on GitHub. Read more

Similar

Launchpad now runs on Python 3

After a very long porting journey, Launchpad is finally running on Python 3 across all of our systems. I wanted to take a bit of time to reflect on why my emotional responses to this port differ so much from those of some others who’ve done large ports, s... (more…)

Read more »

Atomic lock-free counters in Python

At Datadog, we're really into metrics. We love them, we store them, but we also generate them. To do that, you need to juggle with integers that are incremented, also known as counters. While having an integer that changes its value sounds dull, it might ... (more…)

Read more »