Skip to content

Commit fefd2db

Browse files
committed
Add interactive quickstart example in Python, demonstrating basic usage of the interpreter.
1 parent 95c4af8 commit fefd2db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/interactive_quickstart.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This is all you need to get started
2+
from interpreter import interpreter
3+
4+
interpreter.chat()

0 commit comments

Comments
 (0)