From 63b39ce447bbd63178625f89df903749535fca98 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 17 Aug 2023 16:35:55 -0700 Subject: [PATCH] fix docs --- docs/my-website/docs/completion/supported.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/completion/supported.md b/docs/my-website/docs/completion/supported.md index 153bf8c85d..2918be498d 100644 --- a/docs/my-website/docs/completion/supported.md +++ b/docs/my-website/docs/completion/supported.md @@ -94,7 +94,8 @@ Here are some examples of supported models: ### Together AI Models liteLLM supports `non-streaming` and `streaming` requests to all models on https://api.together.xyz/ -# Example TogetherAI Usage - Note: liteLLM supports all models deployed on TogetherAI +Example TogetherAI Usage - Note: liteLLM supports all models deployed on TogetherAI + | Model Name | Function Call | Required OS Variables | |-----------------------------------|------------------------------------------------------------------------|---------------------------------| | togethercomputer/llama-2-70b-chat | `completion('togethercomputer/llama-2-70b-chat', messages)` | `os.environ['TOGETHERAI_API_KEY']` | @@ -107,7 +108,8 @@ liteLLM supports `non-streaming` and `streaming` requests to all models on https ### Baseten Models Baseten provides infrastructure to deploy and serve ML models https://www.baseten.co/. Use liteLLM to easily call models deployed on Baseten. -# Example Baseten Usage - Note: liteLLM supports all models deployed on Basten +Example Baseten Usage - Note: liteLLM supports all models deployed on Basten + | Model Name | Function Call | Required OS Variables | |------------------|--------------------------------------------|------------------------------------| | Falcon 7B | `completion(model='', messages=messages, custom_llm_provider="baseten")` | `os.environ['BASETEN_API_KEY']` |