You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: