-
Notifications
You must be signed in to change notification settings - Fork 45
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
Convert personality txt files to yaml, replace print with log, and update app.py #144
Conversation
Replace print with log in app.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extension change isn't enough for supporting yaml, because in code it still behaves as txt.
Please look at the virtual AI assistant, how yaml files are handled :)
Thanks for the comment! Updated the yaml file, according to the virtual AI assistant demo. Please help review again. Thanks! |
It still won't work as expected. YAML files must be read through the yaml library. Once again, check the virtual AI assistant for loading and handling the content of the file. |
Updated codes with YAML way to load the personality file. Please help review. Thank you! |
Convert personality txt files to yaml, and update app.py