Whitelisted

Results 4 comments of Whitelisted

Are you logging in with a password or with stored cookies? I was having an issue on my account until I regenerated my cookie.

I'm sorry, but you didn't provide any information about your issue, and seem to have selected an incorrect label. Can you please provide more information about the problems you are...

> I would like to pass different system prompts at each turn of the conversation along with passing user prompts. > > > > However, I've noticed that when I...

After you use the `chatbot.switch_llm(index)` function you need to make sure you create a new conversation to actually use it. If you want a one-liner, you could use `chatbot.new_conversation(switch_to=True, modelIndex=index)`.