Chat GPT Integration with Salesforce and Security

Поділитися
Вставка
  • Опубліковано 17 жов 2024

КОМЕНТАРІ • 33

  • @dharmeshrana7548
    @dharmeshrana7548 Рік тому

    Superb! Jitendra. Bring it on all the good stuff in Salesforce development. Thank you so much for this wonderful presentation.

  • @AnnaSzabo
    @AnnaSzabo Рік тому +2

    This is an excellent video! I’ve learned a lot and hope to see more demos on this topic as the technology evolves 🤓

    • @apexhours
      @apexhours  Рік тому +1

      Thank you so much for your kind words. Please help us to spread the word on social media so more and more person can take advantage of this FREE content.

    • @AnnaSzabo
      @AnnaSzabo Рік тому

      @@apexhours I am telling everybody and their brother about you and always tag y’all in my numerous LinkedIn posts ❤️

  • @hugotheboss4753
    @hugotheboss4753 5 місяців тому +1

    can we append the file(pdf or Word), and search the sentence from attached document

  • @terrycole
    @terrycole Рік тому +1

    Yet another example would be variation. Salesforce happily creates merges of data into a sentence. But if we sent that sentence out, recipients begin to notice that it’s always the same. It would be very nice to allow chat, GPT to generate a variation and send that out instead.

  • @valentinoromelio5414
    @valentinoromelio5414 8 місяців тому

    This is interesting though the number of api requests is also limited unless you can show an example if sending multiple questions in 1 call.
    Do you have a similar example with EinsteinGPT instead of ChatGPT of is there none?
    I also look for an example of Einstein Discovery in code.

  • @terrycole
    @terrycole Рік тому

    The second application of a flow GPD element is to allow a prompt to pre-fill empty input. We are asking to user. It seems it would be nice to present one screen to have pre-filled context for a thank you note (as an example) and then let chat GPT, generate a thank you based on date, amount, donor, demographic, frequency of donations, and recent impact by the org. The user would then get back the propose thank you and be able to edit it before sending.

  • @PabloGonzálezGonzález-y8x
    @PabloGonzálezGonzález-y8x 7 місяців тому

    Thank you so much!! can i integrate Salesforce Marketing Cloud with Azure OpenAI?

  • @AnkitSemwal-s9x
    @AnkitSemwal-s9x 7 місяців тому

    Hi. I tried this code but everytime I receive response "429 Too Many Requests"

    • @apexhours
      @apexhours  7 місяців тому

      hmmm. You need to check document

  • @dmitryardashov
    @dmitryardashov Рік тому +2

    The HttpRequest class doesn't have the 'setEndpointTimeout()' method))
    The very good example of how the ChatGPT produces fiction )

  • @TheHype1977
    @TheHype1977 Рік тому

    Using VS Code to deploy to our Sandbox environment; however, what is the easiest way to deploy instead of going into each file and trying to deploy? Thanks

  • @terrycole
    @terrycole Рік тому

    On unofficialsf, Andre Tawalbeh provided Apex code that calls an older model of chatgpt platform in a flow element. That’s nice, but I want to call the newer version and allow back-and-forth before a final answer is approved. I attempted to define a HGTV call out with the new beta flow feature, but somehow the Jason parsing is failing fellow, MVP, Hall of Famer, here, would love to get someone to collaborate with me, so nonprofits all over the world could have a chat GPT component to use much as you have shown a component there, except one that preserves context, or allows resetting contacts for a new exploration.

  • @petergodvin8842
    @petergodvin8842 Рік тому +1

    Great concise session thank you!

  • @krishnadambir2680
    @krishnadambir2680 Рік тому +2

    looking to find out if Einstein GPT is integrated with Einstein Chatbot

  • @Black_Nemisis
    @Black_Nemisis Рік тому +1

    is it possible to perform Dynamic Translation with in Einstein Bot where a user who speaks one language can chat with a support agent who speaks another.

    • @apexhours
      @apexhours  Рік тому

      Not currently i am aware off

    • @weed410
      @weed410 Рік тому +1

      One possible solution for this use case is that you can use javascript library language to covert speech to text and then send that text to chat GPT and get a response , but you have to mange the time-out errors.

  • @cassioorsi
    @cassioorsi Рік тому

    Platform openai is not free right?
    I created an account and I got an error after my first request:
    429: You exceeded your current quota, please check your plan and billing details.

  • @SalesforceUSA
    @SalesforceUSA Рік тому

    Good video.

  • @yashjain4534
    @yashjain4534 Рік тому

    Can you make a video on how i can send pdf to chat gpt and get a response ?

  • @mr.brandon8412
    @mr.brandon8412 Рік тому +1

    could you share the codes here?