Spaces:
Runtime error
Runtime error
Shroominic
commited on
Commit
·
aa722ee
1
Parent(s):
dc2dd82
🪚 fix example
Browse files
README.md
CHANGED
|
@@ -16,10 +16,10 @@ pip install codeinterpreterapi
|
|
| 16 |
```python
|
| 17 |
from codeinterpreterapi import CodeInterpreterSession
|
| 18 |
|
| 19 |
-
# start a session
|
| 20 |
-
session = CodeInterpreterSession()
|
| 21 |
|
| 22 |
async def main():
|
|
|
|
|
|
|
| 23 |
await session.astart()
|
| 24 |
|
| 25 |
# generate a response based on user input
|
|
|
|
| 16 |
```python
|
| 17 |
from codeinterpreterapi import CodeInterpreterSession
|
| 18 |
|
|
|
|
|
|
|
| 19 |
|
| 20 |
async def main():
|
| 21 |
+
# start a session
|
| 22 |
+
session = CodeInterpreterSession()
|
| 23 |
await session.astart()
|
| 24 |
|
| 25 |
# generate a response based on user input
|