|
You are here |
til.simonwillison.net | ||
| | | | |
blog.daniemon.com
|
|
| | | | | How to use ChatGPT function calling to have better control of the API's response, making it easier to use the generated content in your code. | |
| | | | |
blog.mozilla.ai
|
|
| | | | | When it comes to using LLMs, it's not always a question of which model to use: it's also a matter of choosing who provides the LLM and where it is deployed. Today, we announce the release of any-llm, a Python library that provides a simple unified interface to access the most popular providers. | |
| | | | |
josephm.dev
|
|
| | | | | Get the OpenAI API to return a JSON object. | |
| | | | |
hjr265.me
|
|
| | | I know many will start with something like Gin whenever they are working on a JSON/HTTP-based backend in Go. I, not entirely sure if the minority, try to stick to Go's built-in net/http package and, at most, use Gorilla Mux in most of my Go projects. And so serving something simple like JSON is no different from the package's point of view as any other content type: whatever it is, write it out to the w, the http. | ||