Skip to content

Commit

Permalink
Restoring interpreter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas authored Aug 13, 2023
1 parent 47fc0a2 commit 143b6c7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions interpreter/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
import openai
import getpass
import requests
try:
if platform.system() == 'Windows':
import pyreadline3 as readline
else:
import readline
except ImportError:
print("Windows file system detected, please pip install pyreadline3.")
import readline
import urllib.parse
import tokentrim as tt
from rich import print
Expand Down

0 comments on commit 143b6c7

Please sign in to comment.