From 0dbf58b8c3c9ad9892aecb0450ac35c19b91ce60 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 22 Aug 2023 15:29:00 -0700 Subject: [PATCH] update tutorials titles --- docs/my-website/docs/tutorials/TogetherAI_liteLLM.md | 2 +- docs/my-website/docs/tutorials/fallbacks.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/tutorials/TogetherAI_liteLLM.md b/docs/my-website/docs/tutorials/TogetherAI_liteLLM.md index 3b5174ece..d5fc94a82 100644 --- a/docs/my-website/docs/tutorials/TogetherAI_liteLLM.md +++ b/docs/my-website/docs/tutorials/TogetherAI_liteLLM.md @@ -1,4 +1,4 @@ -## liteLLM Together AI Tutorial +# liteLLM Together AI Tutorial https://together.ai/ diff --git a/docs/my-website/docs/tutorials/fallbacks.md b/docs/my-website/docs/tutorials/fallbacks.md index 6fd1b72d3..d89e235b1 100644 --- a/docs/my-website/docs/tutorials/fallbacks.md +++ b/docs/my-website/docs/tutorials/fallbacks.md @@ -1,4 +1,4 @@ -Using completion() with Fallbacks for Reliability +# Using completion() with Fallbacks for Reliability This tutorial demonstrates how to employ the `completion()` function with model fallbacks to ensure reliability. LLM APIs can be unstable, completion() with fallbacks ensures you'll always get a response from your calls