ghmagazine / llm-book

「大規模言語モデル入門」(技術評論社, 2023)のGitHubリポジトリ
https://gihyo.jp/book/2023/978-4-297-13633-8
Apache License 2.0
272 stars 41 forks source link

Specify the version of openai to be 0.27 #27

Closed ryokan0123 closed 7 months ago

ryokan0123 commented 7 months ago

OpenAI のライブラリがメジャーアップデートされ、仕様が変わってしまった。 ノートブックをそのまま実行できるように、pip install openai==0.27 とバージョンを固定するように変更。 https://github.com/ghmagazine/llm-book/issues/26