Llama 3.2 - Local Email Agent with Ollama & LangGraph

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

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

  • @arslanabid2245
    @arslanabid2245 2 месяца назад +4

    Thank youuu so much sir!! 🎉🥳

  • @Investwithwisdome
    @Investwithwisdome 6 дней назад

    Is it possible to send email through company's custom email? Will still be GMAIL required?

    • @codingcrashcourses8533
      @codingcrashcourses8533  6 дней назад

      @@Investwithwisdome yes Sure, you just need to integrate you SMTP server

  • @nmana9759
    @nmana9759 2 месяца назад

    As I sent an email to myself to test the code, I get An error occurred: [WinError 10061] No connection could be made because the target machine actively refused it. Even though authentication is completed.

    • @codingcrashcourses8533
      @codingcrashcourses8533  2 месяца назад

      Hard to tell, pretty much anything can cause that.
      SCOPES = [
      "www.googleapis.com/auth/gmail.modify",
      "www.googleapis.com/auth/gmail.send",
      ]
      did you use these scopes? Any firewalls or proxies? :/

    • @VLM234
      @VLM234 2 месяца назад

      I too encountered the same error. I tried few solutions but nothing worked out.
      If you found the solution, plz post here?

  • @alexramos587
    @alexramos587 2 месяца назад

    Nice.