update tutorials titles

This commit is contained in:
ishaan-jaff 2023-08-22 15:29:00 -07:00
parent bbb564fb16
commit 0dbf58b8c3
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## liteLLM Together AI Tutorial
# liteLLM Together AI Tutorial
https://together.ai/

View file

@ -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