From ab5947b63c4d778f4df5549f6fa0fd9e655784a0 Mon Sep 17 00:00:00 2001 From: "Moore, Eric" Date: Fri, 13 Dec 2024 10:18:47 -0600 Subject: [PATCH] Changed br to newline --- .../non-openai-models/cloud-litellm-watsonx.ipynb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/topics/non-openai-models/cloud-litellm-watsonx.ipynb b/website/docs/topics/non-openai-models/cloud-litellm-watsonx.ipynb index 5f6f31b546..fc14743858 100644 --- a/website/docs/topics/non-openai-models/cloud-litellm-watsonx.ipynb +++ b/website/docs/topics/non-openai-models/cloud-litellm-watsonx.ipynb @@ -31,8 +31,8 @@ "1. **Access WatsonX:**\n", " - Sign up for [WatsonX.ai](https://www.ibm.com/watsonx).\n", " - Create an API_KEY and PROJECT_ID.\n", - "
\n", - "
\n", + "\n\n", + "\n\n", "2. **Validate WatsonX API Access:**\n", " - Verify access using the following commands:" ] @@ -42,8 +42,8 @@ "metadata": {}, "source": [ "Tip: Verify access to watsonX APIs before installing LiteLLM.\n", - "

\n", - "Get Session Token:
\n", + "\n\n\n", + "Get Session Token: \n\n", "```bash\n", "curl -L \"https://iam.cloud.ibm.com/identity/token?=null\" \n", "-H \"Content-Type: application/x-www-form-urlencoded\" \n", @@ -51,13 +51,13 @@ "-d \"apikey=\"\n", "```\n", "\n", - "Get list of LLMs:
\n", + "Get list of LLMs: \n\n", "```bash\n", "curl -L \"https://us-south.ml.cloud.ibm.com/ml/v1/foundation_model_specs?version=2024-09-16&project_id=1eeb4112-5f6e-4a81-9b61-8eac7f9653b4&filters=function_text_generation%2C%21lifecycle_withdrawn%3Aand&limit=200\" \n", "-H \"Authorization: Bearer \"\n", "```\n", "\n", - "Ask the LLM a question:
\n", + "Ask the LLM a question: \n\n", "```bash\n", "curl -L \"https://us-south.ml.cloud.ibm.com/ml/v1/text/generation?version=2023-05-02\" \n", "-H \"Content-Type: application/json\" \n",