chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Will not write code? At all?

Open PhiliptheGinger opened this issue 11 months ago • 1 comments

Describe the bug Even an attempt to output a code that prints "hello world" fails, or at the very least, is incredibly slow.

To Reproduce Steps to reproduce the behavior:

  1. Open Chainlit with chainlit hello
  2. Type your name, all that.
  3. Please write me a code that prints "hello world".
  4. Wait forever, I guess?

Expected behavior I expected chainlit to write a code that prints "hello world."

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: ChromeOS
  • Browser Chrome
  • Version 122.0.6261.118

PhiliptheGinger avatar Mar 17 '24 17:03 PhiliptheGinger

Hum, the chainlit hello command does nothing. It asks your name and generate a preformatted message. There isn't any llm behind it to handle the message you're sending. It's just here to check that your pip install worked nothing else. Somebody needs to cleanup this issue are there isn't any bug here. OP doesn't understand/read the docs.

jxraynaud avatar Mar 26 '24 12:03 jxraynaud

This is expected behaviour, since chainlit hello does not rely on any LLM and simply displays "Hello + name".

ModEnter avatar Sep 12 '24 07:09 ModEnter