Skip to content

Commit 2ce23a1

Browse files
committed
Update for openai 1.5.0
1 parent 7edbe8c commit 2ce23a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

home.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def main():
7676
print(f"{Fore.MAGENTA} You can start by typing, for example, 'start with a simple exercise' {Style.RESET_ALL}\n")
7777
print(f"{Fore.MAGENTA} You can type `quit` to exit ...{Style.RESET_ALL}\n")
7878

79-
8079
assistant = client.beta.assistants.create(
8180
name="Python Tutor",
8281
instructions="You are a personal Python tutor. You are teaching a high-school student learn Python. Track the "

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openai~=1.1.1
1+
openai==1.5.0
22
python-dotenv~=1.0.0
33
keyboard~=0.13.5
44
psutil~=5.9.4

0 commit comments

Comments
 (0)