From 6a81263140005ccd758cf64723e1976fe9d472c4 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 10 Aug 2023 18:59:30 -0700 Subject: [PATCH] fix formatting --- cookbook/liteLLM_VertextAI_Example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/liteLLM_VertextAI_Example.ipynb b/cookbook/liteLLM_VertextAI_Example.ipynb index 8731bbab7..cfc31d55b 100644 --- a/cookbook/liteLLM_VertextAI_Example.ipynb +++ b/cookbook/liteLLM_VertextAI_Example.ipynb @@ -15,7 +15,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install litellm==0.1.379 # use 0.1.379 or after for VertexAI" + "!pip install litellm==0.1.379" ] }, {