Explore >> Select a destination


You are here

til.simonwillison.net
| | blog.daniemon.com
1.5 parsecs away

Travel
| | 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.miguelgrinberg.com
0.7 parsecs away

Travel
| | miguelgrinberg.com
| | blog.mozilla.ai
1.8 parsecs away

Travel
| | 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.
| | egghead.io
6.2 parsecs away

Travel
| Requests that we typically make in an application come all at the same time. We make the request, we get a response. But using a streaming mechanism, we...