📄️ Set up environment
Let's get the necessary keys to set up our demo environment.
📄️ Create your first LLM playground
Create a playground to evaluate multiple LLM Providers in less than 10 minutes. If you want to see this in prod, check out our website.
📄️ Using Text Completion Format - with Completion()
If your prefer interfacing with the OpenAI Text Completion format this tutorial covers how to use LiteLLM in this format
📄️ Mock Completion Responses - Save Testing Costs
Trying to test making LLM Completion calls without calling the LLM APIs ?