stanford_alpaca
stanford_alpaca copied to clipboard
must I have a openai key to run the project ?
hi,dear I see the "openai" in the requirements.txt , if I has no ID of openai ,could I run this project ?
if you are not generating the data and using the data provided in repo you do not need openai.
train.py does not use openai package in any case.
if you are not generating the data and using the data provided in repo you do not need openai.
train.py does not use openai package in any case.
But it does use utils.py
, which seems to use openai
Personally I avoided the openai
dependency in train.py
in the following way:
https://github.com/filippobistaffa/alpaca/commit/264462a52bf48e6a08b23499473b3da0b955f382