Fine-tuning ChatGPT to my text messages… feels weird

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

Комментарии • 20

  • @newcooldiscoveries5711
    @newcooldiscoveries5711 Год назад +1

    Once again a very useful video. I really liked the fact that you went through the entire process and especially Google Cloud. I would have loved to have seen it served out of a bucket with the endpoint your domain name. Anyway, this was enjoyable and thank you. Your RUclips channel will blow up over time. Lastly, any thoughts on Langchain and Vertex AI?

    • @tech-at-work
      @tech-at-work  Год назад

      Thanks, I appreciate that! Yeah I’m a huge fan of Langchain, I want to do an intro video covering it, and then start incorporating it in the examples (chat memory would have been good in this example, but didn’t want to cover too much in 1 video)

  • @PaulFletter
    @PaulFletter 6 месяцев назад +1

    Thanks for sharing your clever approach. To build on your automation, we could experiment with some form of Agentic Cleanup step, where an AI is trained to rate the prompt-completion pairs, paring down and keeping only the good ones.

    • @tech-at-work
      @tech-at-work  6 месяцев назад

      That’s a great idea, it would improve the responses a lot, but may slow down how quickly it generates the response

  • @hervinalvarez
    @hervinalvarez Год назад +1

    Wow!!!! This is amazing

  • @criscezar1922
    @criscezar1922 Год назад +1

    i love it 👍 gona add this feature to my AI assistant project 😁

  • @brkajsmd5376
    @brkajsmd5376 Год назад +1

    Good video. Thanks for sharing your creative process. I think your videos will be more excited if you show a sneak peak of the end result at the begginning of the video. For example, the scene that appears at 24:58 could have been also at the begginning.

    • @tech-at-work
      @tech-at-work  Год назад

      Thanks for the suggestion, that’s a great idea!

  • @JoepSwagemakers
    @JoepSwagemakers Год назад

    I would love to see you set this up in mindsdb! It will probably make this a lot easier. I'm not a coder so I struggle with coding. The way I write code very effectively now is using chatGTP as my guide. But for example with mindsdb chatGPT can't help me because it's not in the model yet, so I would to see you do a video on how to use this to make a copy of yourself in a chatbot.
    Btw you can definitely use chatGTP code interpreter to cleanup message exports. Just upload the file and describe what you want to take out and how you want it formatted. Or if that doenst work you can ask chatGPT to write a python code to clean up files more accurately.

    • @tech-at-work
      @tech-at-work  Год назад

      Interesting, you could train an openai model on mindsdb and then chatgpt could help you code with that!

    • @JoepSwagemakers
      @JoepSwagemakers Год назад

      @@tech-at-work that could def work but I'm not sure how to do this. I now found out that claude can give instructions for mindsdb so I'm trying that atm. I would still be interested in how I can train a chatbot in mindsdb

  • @JAB683
    @JAB683 Год назад +1

    Hey, great video, and thank you for making the content you do! I have set myself the project of trying to set up an AI SMS chatbot that follows a specific conversation flow. I need it to understand information about my company which I would provide with example conversations and FAQ's. I am looking to use Replit and Python. I have very little code knowledge, but learning as I go - also harnessing the power of ghostwriter by replit. Do you have any advice for a beginner on how I should go about this? Also, do you think GPT 3.5 turbo would be okay for this? I am waiting to be accepted for GPT 4

    • @tech-at-work
      @tech-at-work  Год назад

      I need to get more familiar with replit, but 3.5-turbo should work fine for what you’re doing. I’m making a Q&A based on business info chatbot video right now, I’ve found embedding seems to work better for Q&A (I’m going to walk through using Pinecone/Langchain as well)

  • @df4privateyoutube722
    @df4privateyoutube722 Год назад +1

    @5:45 what if you just used a text based llm like PALM or GPT to analyze through this data and ensure prompts and completions are in order with some prompt engineering? I think that could potentially work though it’s costly, with free gcloud credits wouldn’t seem to hard

    • @tech-at-work
      @tech-at-work  11 месяцев назад

      Yeah, you may be right, with the proper prompt engineering and data setup

    • @trendstorebrazil6538
      @trendstorebrazil6538 9 месяцев назад

      I am currently implementing this approach. Spoiler: yes, it's definitely a lot pricier mainly because Im having to use GPT4 as GPT3.5 is just not able to reliably concatenate and organize the text messages. And I still haven't found a way to do this in less than 3 prompts for every 20 messages, any more than that and results are deteriorating.
      Working on improving my prompts for better efficiency and cost reduction

  • @1242elena
    @1242elena Год назад

    I keep getting"unrecognized arguments with the new.csv file idk what to do????

  • @isaacmackey1406
    @isaacmackey1406 8 месяцев назад

    Is there a security risk of including your openai API key at 6:02?

    • @tech-at-work
      @tech-at-work  8 месяцев назад

      You don’t want to share your API keys, but I deactivated mine after the video, so they won’t work now