diff --git a/documentation/responses/examples.mdx b/documentation/responses/examples.mdx index 7bd121e15..82c7ca072 100644 --- a/documentation/responses/examples.mdx +++ b/documentation/responses/examples.mdx @@ -20,7 +20,7 @@ Below are practical examples showing how to use the Julep Open Responses API for

Model Selection

- While using models other than OpenAI, one might need to add the `provider/` prefix to the model name. - - For supported providers, see the [LiteLLM Providers](https://docs.litellm.ai/providers) documentation. + - For supported providers, see the [LiteLLM Providers](https://docs.litellm.ai/docs/providers) documentation.

Environment Setup

- Add the relevant provider keys to the `.env` file to use their respective models. @@ -308,4 +308,4 @@ You've got Open Responses running – here's what to explore next: - [OpenAI's Responses API Documentation](https://platform.openai.com/api-reference/responses) - For more insight into the original API that inspired Julep's Responses - [OpenAI Agents SDK](https://openai.github.io/openai-agents-python/) - Explore OpenAI's Agents SDK that works with Julep's Open Responses API - [Learn more about Julep](/introduction/julep) - To learn more about Julep and its features -- [Julep's GitHub Repository](https://github.com/julep-ai/julep) - To contribute to the project \ No newline at end of file +- [Julep's GitHub Repository](https://github.com/julep-ai/julep) - To contribute to the project