Temperature については、用途によるのではないでしょうか。例えばタレブのような難解な散文を翻訳する時は、ランダム性を逆に利用することで新たな解釈が生まれたり、多角的な視点を得られることがあります。 なんか、ランダム性を逆手に取ることができない用途に言語モデルを使うのって、あんまり適切じゃない気がするんですよね。
jsonlファイルをアップロードする際にこのようなエラーがでてしまいました。 --------------------------------------------------------------------------- APIRemovedInV1 Traceback (most recent call last) <ipython-input-14-8c98bde597d9> in <cell line: 1>() ----> 1 upload_file = openai.File.create( 2 file=open("output.jsonl", "rb"), 3 purpose='fine-tune' 4 ) /usr/local/lib/python3.10/dist-packages/openai/lib/_old_api.py in __call__(self, *_args, **_kwargs) APIRemovedInV1: You tried to access openai.File, but this is no longer supported in openai>=1.0.0 - see the README at github.com/openai/openai-python for the API. You can run `openai migrate` to automatically upgrade your codebase to use the 1.0.0 interface. Alternatively, you can pin your installation to the old version, e.g. `pip install openai==0.28` A detailed migration guide is available here: github.com/openai/openai-python/discussions/742 バージョンがかわってしまったのですかね?どこをどう変更すれば良いかわからずコメントしました。教えてくださると幸いです!