Build Python LLM apps in minutes Using Chainlit ⚡️

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024

ความคิดเห็น • 34

  • @commoncats5437
    @commoncats5437 ปีที่แล้ว +4

    @krushnaik please cover from scratch so everyone can understand..we r new to llm

  • @darshan7673
    @darshan7673 ปีที่แล้ว +2

    Can we just use serpAPI key and make a chainlit application? As a student I cannot buy OpenAI's API Key.

  • @Coding_Connoisseur
    @Coding_Connoisseur ปีที่แล้ว +1

    What an amazing library!!! Thank you sir for uploading this video.

  • @Tech_Enthusiasts_Shubham
    @Tech_Enthusiasts_Shubham ปีที่แล้ว +1

    Thanks a lot please be continue in publishing ai content like this your videos are really interactive and helpful for me to understand new tech stuff

  • @khalidal-reemi3361
    @khalidal-reemi3361 ปีที่แล้ว +1

    Thanks Krish for your GREAT videos.
    Please consider building opensource ChatGPT like models and how to fine tune them.
    Be amazing as usual.

  • @ctcsys
    @ctcsys ปีที่แล้ว +3

    Great stuff. Maybe you could do a sum up also with using embedded vectors and get code search/ created based on human language requirements but also getting those 'reengineered' from given code maybe using code2seq tools? Thx!!

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w ปีที่แล้ว +3

    Is there a way to deploy Chainlit on the cloud, so others can use it?

  • @Artificialintelligencia
    @Artificialintelligencia ปีที่แล้ว +2

    where are the codes ???

  • @kevinshah2702
    @kevinshah2702 5 หลายเดือนก่อน +1

    Can you please provide the code for the above mentioned implementation

  • @mohsinkhan-bw3cd
    @mohsinkhan-bw3cd ปีที่แล้ว

    Thanks for the video and pls continue with mlops tools

  • @malleswararaomaguluri6344
    @malleswararaomaguluri6344 ปีที่แล้ว +2

    Hi krish, is there any way to generate gpt or llm model using our own data due
    To data privacy. Pls clarify

  • @akshatapalsule2940
    @akshatapalsule2940 ปีที่แล้ว

    Thankyou Krish hope it would be easy creating UI with chainlit 👍

  • @lakshmik.v-mh9ej
    @lakshmik.v-mh9ej ปีที่แล้ว

    Please upload tutorial on Creating algorithms for analysing data like 5PL, 4PL, Quadratic, Log-Log, exponential.

  • @jagatkrishna1543
    @jagatkrishna1543 ปีที่แล้ว +1

    Thanks SIR ❤🎉

  • @AjayM-h1w
    @AjayM-h1w 4 หลายเดือนก่อน

    Can you make a video of performing authentication using chainlit

  • @avbendre
    @avbendre ปีที่แล้ว

    AttributeError: partially initialized module 'chil' has no attribute 'langchain_factory' (most likely due to a circular import)

  • @ezSyntax
    @ezSyntax 4 หลายเดือนก่อน

    Hey, can anyone help me with chat history in frontend?, like how can we add it in custom frontend?

  • @rangaraokulkarni3069
    @rangaraokulkarni3069 ปีที่แล้ว

    Hello Sir, how this will be useful for HR analytics / People Analytics?

  • @Pad6
    @Pad6 3 หลายเดือนก่อน

    couldn't we just use simple Tkinter to create a UI in Python?

  • @amparoconsuelo9451
    @amparoconsuelo9451 ปีที่แล้ว

    Can a subsequent SFT and RTHF with different, additional or lesser contents change the character, improve, or degrade a GPT model? Can you modify a GPT model?

  • @Tech_Enthusiasts_Shubham
    @Tech_Enthusiasts_Shubham ปีที่แล้ว

    siŕ please make a playlist on how to make a L.L.M. model from scratch to advanced

  • @pawankarthik1578
    @pawankarthik1578 ปีที่แล้ว

    can we use this in organization by providing some customized data resources which it can search provide us the information

  • @nikk6489
    @nikk6489 ปีที่แล้ว

    can we run it using Docker or Docker-compose? Locally it's running fine. If not running on the docker then no use :(

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w ปีที่แล้ว

    can OpenAI function calling be used instead of LangChain agents?

  • @wftrdshometoprofessionalfo142
    @wftrdshometoprofessionalfo142 6 หลายเดือนก่อน

    Amazing!

  • @RazorIance
    @RazorIance 8 หลายเดือนก่อน

    what does the -w flag do?

  • @ÃÑØÑŸMØÛŠ-X69
    @ÃÑØÑŸMØÛŠ-X69 ปีที่แล้ว

    please tell us how to do EDA on chat Gpt

  • @ajlahade2201
    @ajlahade2201 ปีที่แล้ว

    more on this brother please : Chainlit

  • @code_ansh
    @code_ansh 5 หลายเดือนก่อน

    Can someone drop me the api key

  • @pareshsharma1584
    @pareshsharma1584 ปีที่แล้ว

    I have built an platform to learn datascience practically. Where a learner choose dataset, then follow step by step guide with AI, to build the model and consideration while building model. Also include, how to derive a business question/problem and draw a path to make a decision on problem. The software do everything from A to Z. But at the moment it's only limited to small datasets about 2 gb max and no CVision models. If possible I am looking for place to sell this platform or interested in deal with collaboration.

  • @pritishghatkar6148
    @pritishghatkar6148 ปีที่แล้ว +1

    Hi krish please upload tutorials if possible of using GPT4All and langchain which allows us to chat with our pdf files or csv without using OpenAI

  • @aiml.meetsolanki
    @aiml.meetsolanki 4 หลายเดือนก่อน

    Updated Code of Chain-lit
    import os
    from langchain.prompts import PromptTemplate
    from langchain.chains.llm import LLMChain
    from chainlit import on_chat_start, on_message
    from chainlit.message import Message
    import chainlit as cl
    from langchain_groq import ChatGroq
    template = """ Question: {question}
    Answer: Let's think step by step."""
    prompt = PromptTemplate(template=template, input_variables=["question"])
    llm = ChatGroq(groq_api_key = "")
    # Instantiate the chain for that user session
    llm_chain = LLMChain(prompt=prompt, llm=llm, verbose=True)
    @on_chat_start
    def main():
    # Store the chain in the user session (optional)
    cl.user_session.set("llm_chain", llm_chain)
    @on_message
    async def handle_message(message: Message):
    try:
    # Extract the plain text question from the Message object
    question = message.content
    llm_chain = LLMChain(prompt=prompt, llm=llm, verbose=True)
    # Call the chain with the extracted question
    res = await llm_chain.acall(question)
    # Do any post-processing here (optional)
    # Send the response
    await Message(content=res["text"]).send()
    except Exception as e:
    # Handle the error gracefully
    await Message(content="An error occurred. Please try again later.").send()

  • @mackfold
    @mackfold 3 หลายเดือนก่อน

    im new to this, this is great and has got be started, just tried your code, why do i get a different response to the same question to the chatbot?

  • @darshankholakiya553
    @darshankholakiya553 ปีที่แล้ว

    Great video sir! Can you please make one end to end video on making LLM model with tunning pre trained model for our use case and without Open AI Key so students like me can make project on LLM and include in our resume.