From baaa444c8fe1da60a97f160f9f12ff95ae056261 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 9 Aug 2024 08:17:36 -0700 Subject: [PATCH] docs fix typo --- docs/my-website/docs/providers/vertex.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/providers/vertex.md b/docs/my-website/docs/providers/vertex.md index 9a8cd90a1..9729dbec0 100644 --- a/docs/my-website/docs/providers/vertex.md +++ b/docs/my-website/docs/providers/vertex.md @@ -363,9 +363,9 @@ print(resp) ```bash curl http://0.0.0.0:4000/v1/chat/completions \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer $OPENAI_API_KEY" \ + -H "Authorization: Bearer sk-1234" \ -d '{ - "model": "gpt-4o", + "model": "gemini-pro", "messages": [{"role": "user", "content": "Who won the world cup?"}], "tools": [ {