Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOLUTION: Library installation and config.py #80

Open
ryoumaworks opened this issue Oct 1, 2023 · 0 comments
Open

SOLUTION: Library installation and config.py #80

ryoumaworks opened this issue Oct 1, 2023 · 0 comments

Comments

@ryoumaworks
Copy link

For config.py "create a new file" and add this code:

from run import openai_answer
openai_answer.api_key = "your_api_key on openAI"

Then go back to run.py and change this line,

use your own API Key, you can get it from https://openai.com/. I place my API Key in a separate file called config.py by adding this code:

openai.api_key = "config.py"

then for library issue make sure all directory path of is on the same folder during installation, just go ahead and do the command

pip install -r requirements.txt

but first, you need to manually install PyAudio from here https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio
make sure to download the file the same as your python version for 3.10 its 310 and if 3.11 its 3.11 and if your pc is 32x or 64x.
then download it on the folder where the AI-Waifu_Vtuber is located in your computer. Once you do this,

you'll go ahead and install the dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant