julep
julep copied to clipboard
make users optional when creating and interacting with sessions
trafficstars
Partial work on this has been done.
Creating sessions without a user is possible. However calling sessions.chat without specifying a user causes a 404 error:
ApiError: status_code: 404, body: {'error': {'message': 'Session <session_id> not found for developer <dev_id>'}}