Skip to content

Commit

Permalink
Installation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis2054 authored Dec 6, 2023
1 parent c311c37 commit c5648cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter17/Speaking_with_ChatGPT.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"try:\n",
" import openai\n",
"except:\n",
" !pip install openai\n",
" !pip install openai==0.28\n",
" import openai"
]
},
Expand Down

0 comments on commit c5648cb

Please sign in to comment.