From 41da073b0fd612ba257a779ae03d8ba166ae6cb2 Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Tue, 12 Nov 2024 02:58:16 +0000 Subject: [PATCH] chore: rebuild project due to codegen change --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9812aafb..68ed0822 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,7 @@ import os from openlayer import Openlayer client = Openlayer( - # This is the default and can be omitted - api_key=os.environ.get("OPENLAYER_API_KEY"), + api_key=os.environ.get("OPENLAYER_API_KEY"), # This is the default and can be omitted ) response = client.inference_pipelines.data.stream( @@ -69,8 +68,7 @@ import asyncio from openlayer import AsyncOpenlayer client = AsyncOpenlayer( - # This is the default and can be omitted - api_key=os.environ.get("OPENLAYER_API_KEY"), + api_key=os.environ.get("OPENLAYER_API_KEY"), # This is the default and can be omitted )