MoneyPrinterTurbo
MoneyPrinterTurbo copied to clipboard
Can someone help me with this error?
Can someone help me?
FileNotFoundError: [Errno 2] No such file or directory: 'D:\MoneyPrinterTurbo/config.toml'
Traceback:
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 542, in run_script
exec(code, module.dict)
File "D:\MoneyPrinterTurbo\webui\Main.py", line 11, in
@Yoshizito1 You can copy the config.example.toml file and rename it to config.toml, then fill in the correct configuration.
But i did It :( config.toml and i tried configtoml as well. May i must chance some in this code spite of api keys?
@smaltum help 🤗
@Yoshizito1 You should at least fill in those parameters:llm_provider(if you use openai then fill the apikey)、whisper model location
Please carefully check if your filenames have been correctly modified. The error is clear, it indicates that the configuration file was not found.