Closed ryuseisan closed 1 year ago
Fix auto login issue introduced by login page update (#32)
The auto-login feature ceased to function after a recent update to the login page. This change addresses that issue.
autochatgpt/login.py
autochatgpt/chatgptbot.py
get_user_prompt
examples/autochat.ipynb
auto_login
tests/test_chatgptbot.py
Title
Fix auto login issue introduced by login page update (#32)
Background
The auto-login feature ceased to function after a recent update to the login page. This change addresses that issue.
Changes
autochatgpt/login.py
autochatgpt/chatgptbot.py
get_user_prompt
method.examples/autochat.ipynb
auto_login
method, reflecting the above changes.tests/test_chatgptbot.py
autochatgpt/chatgptbot.py
.Impacts
auto_login
method if they wish to use the auto-login feature.get_user_prompt
method will need to make appropriate adjustments due to its temporary deprecation.