chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Build Conversational AI in minutes ⚡️

Results 172 chainlit issues
Sort by recently updated
recently updated
newest added

I'm experimenting with Chainlit and it is awesome. Kudos to you all. Future feature request: I would like to incorporate speech to text in the user interface for my application....

enhancement

This is amazing work! Props to you! A lot of ideas are really future looking such as asking the user for input action! I was looking into the examples and...

enhancement

It will be convenient if we can add some buttons to enable users either remove specific message or clear the whole history of last messages besides the input box.

enhancement
good first issue

While text element in 'page' display was sent, message scope didn't work. Here're the repo steps: Step 1: Run this sample code snippet ``` #code example @cl.on_message def main(message: str):...

bug
good first issue

When using the qa example code from the cookbook repo, uploading a file results in a Permission Denied error. Also there is a file size upload limit of 2MB. Is...

bug

![image](https://github.com/Chainlit/chainlit/assets/63565275/c0a783f0-f1d3-4268-a6b5-e5c5fa427297) Idea: - have multiple chains / workflows running side-by-side one tab could then be - Q&A - one could be Google Query - Image Generation with DallE This would...

enhancement

![微信截图_20230528121519](https://github.com/Chainlit/chainlit/assets/40333954/7b13cf05-973f-4afe-8a01-52094435099d)

bug

Version: 0.2.109 When I start chainlit with a completely empty file, there is a constant load on the CPU and the RAM usage goes constantly up at a very quick...

bug

import os from langchain import PromptTemplate, OpenAI, LLMChain import chainlit as cl #os.environ["OPENAI_API_KEY"] = "YOUR_OPEN_AI_API_KEY" template = """Question: {question} Answer: Let's think step by step.""" llm=OpenAI(temperature=0,streaming=True) @cl.langchain_factory def factory(): prompt...

Hey folks, I'm on Mac OSX Ventura 13.4 and Chainlit 0.2.109. Whenever I run the following command: ``` chainlit hello ``` I get a stream of the following error repeatedly...