Bard [test mode]: deactivate

This commit is contained in:
if 2023-04-02 00:14:02 +03:00
parent 06c9d17717
commit 18b88b9029

View File

@ -82,6 +82,7 @@ def show_conversation() -> None:
{"role": "user", "content": st.session_state.user_text},
]
if st.session_state.model == "bard":
bard_conversation()
st.warning("Sorry, bard is not active at this moment")
# bard_conversation()
else:
chat_gpt_conversation()