Bard [test mode]: deactivate
This commit is contained in:
parent
06c9d17717
commit
18b88b9029
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user