Skip to content

Commit

Permalink
chore: rebuild project due to codegen change (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 12, 2024
1 parent 5ddefaf commit e6b633c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ import os
from omnistack import Omnistack

client = Omnistack(
# This is the default and can be omitted
api_key=os.environ.get("OMNISTACK_API_KEY"),
api_key=os.environ.get("OMNISTACK_API_KEY"), # This is the default and can be omitted
)

completion = client.completions.create(
Expand All @@ -54,8 +53,7 @@ import asyncio
from omnistack import AsyncOmnistack

client = AsyncOmnistack(
# This is the default and can be omitted
api_key=os.environ.get("OMNISTACK_API_KEY"),
api_key=os.environ.get("OMNISTACK_API_KEY"), # This is the default and can be omitted
)


Expand Down

0 comments on commit e6b633c

Please sign in to comment.