Ask a question to get started
Enter to send•Shift+Enter new line
Hide the startup tip shown above the chat input when enabled.
Return whether env var name is set to a recognizably truthy value.
Unlike bool(os.environ.get(name)), this does not treat "0" or "false" as enabled. Use this for on/off flags where the user would reasonably expect VAR=0 to mean "disabled".
bool(os.environ.get(name))
"0"
"false"
VAR=0
Return whether startup tips should be shown.
One startup tip displayed above the chat input.
Startup tip widget shown above the chat input.