Finity-Alpha / OpenVoiceChat

Have a natural voice conversation with an LLM
http://www.finityalpha.com/OpenVoiceChat/
Apache License 2.0
200 stars 33 forks source link

Loading keys #20

Closed fakhirali closed 5 months ago

fakhirali commented 5 months ago

load_dotenv() are inside the classes being initialized. When using it in your project, this does not load the local .env file. Instead the api key should be passed as an argument and should be loaded in main file before class instantiation.

fakhirali commented 5 months ago

f26737376d8862f0915e3019eafbf8f1276dbad4 solves this