Skip to content

Commit

Permalink
🪚 fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Jul 15, 2023
1 parent dc2dd82 commit aa722ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ pip install codeinterpreterapi
```python
from codeinterpreterapi import CodeInterpreterSession

# start a session
session = CodeInterpreterSession()

async def main():
# start a session
session = CodeInterpreterSession()
await session.astart()

# generate a response based on user input
Expand Down

0 comments on commit aa722ee

Please sign in to comment.