chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Build Conversational AI in minutes ⚡️

Results 506 chainlit issues
Sort by recently updated
recently updated
newest added
trafficstars

For some reason, both poetry lock files are not committed to the repo. This causes unpredictable builds and is explicitly against best practices, see: https://python-poetry.org/docs/basic-usage/#committing-your-poetrylock-file-to-version-control Note also: "If you do...

needs-triage

**Describe the bug** When using Edge and enabling the browser translation plug-in, an error will be reported in the foreground during streaming output: `Failed to execute 'removeChild' on 'Node': The...

needs-triage

Path: /authentication/oauth The thing is when we use oauth end point for the chainlit it automatically redirects from the login page of chainlit to google sign page. suggestion: It should...

needs-triage

**Describe the bug** Custom Style are not applied in Copilot mode **To Reproduce** Define custom css in a file. Run the application. Create another html file with necessary scripts included...

needs-triage

**Describe the bug** I used Google OAuth for data persistence, and the login process worked correctly. However, after performing a query and getting a response, I continuously encounter the error...

needs-triage

**Describe the bug** Audio messages fail to be reproduced on iPhone and iPad. Speech-to-text and text-to-speech tool calls work, as can be seen in the CoT but audios cannot be...

needs-triage

An error occurred: (sqlalchemy.dialects.postgresql.asyncpg.IntegrityError) : null value in column "disableFeedback" of relation "steps" violates not-null constraint CREATE TABLE IF NOT EXISTS steps ( "id" UUID PRIMARY KEY, "name" TEXT NOT...

needs-triage

I want to use chainlit with graphrag ,but The version 1.1.306 require aiofiles=24.1.0, and the graphrag require aiofiles=24.1.0

needs-triage

**Describe the bug** I am getting error while running chainlit code with prompts ``` $ docker run -p 8000:8000 chainlit_chat:0.0.1 2024-08-04 02:07:17 - Created default translation directory at /app/.chainlit/translations 2024-08-04...

needs-triage

**Describe the bug** Using a very minimal HTML file served up next to the instance, the following error occurs: `index.js:61 Uncaught SyntaxError: Invalid or unexpected token (at index.js:61:4443)` **To Reproduce**...

needs-triage