Skip to content
site logo mobile

Forum in maintenance, we will back soon 🙂

Prompt Engineering ...
 
Notifications
Clear all

Prompt Engineering Course

9 Posts
5 Users
5 Reactions
697 Views
 Jon
(@jonr)
Posts: 7
Member Registered
Topic starter
 

Firstly, thank you so much Hasan for all useful and actionable content you have provided in your videos and on your blog 🙂 

Due to this I am now wanting to take things to the next level and am hoping to purchase your prompt engineering course, but I do have a specific use case in mind and am wondering if it is covered in the course?

I would like to design a script that can visit a URL provided by the user and then send the information gathered from that URL to ChatGPTs API so content can be produced from that information.

As example use case would be to get the text from a URL that has a house for sale property listing and then have ChatGPTs API create social media captions from the information gathered from that page. So the flow would be - User enters the URL - The script gathers the info from the URL - Sends it to ChatGPT's API - ChatGPT's API creates social media content and sends it back to the user. 

The ideas is to sell these types of scripts to clients for their specific business needs, so they would need to be self hosted, either directly from the cpanel, or as chrome extensions, or WP plugins etc.

Is this something I could learn in the course?

Thanks 🙂 

 

 
Posted : 08/02/2023 11:06 am
samim reacted
Hasan Aboul Hasan
(@admin)
Posts: 1127
Member Admin
 

Hi friend, thank you, yeah, exactly. this is what the course is about

 
Posted : 08/02/2023 2:32 pm
Jon reacted
 Jon
(@jonr)
Posts: 7
Member Registered
Topic starter
 

Thanks Hasan, that's great news, I will head over and purchase it now 🙂 

 
Posted : 08/02/2023 3:20 pm
(@geoff-keall)
Posts: 7
Active Member Customer
 

I'll put my course assignments here.

 
Posted : 09/19/2023 6:07 am
(@geoff-keall)
Posts: 7
Active Member Customer
 

Loops:

numbers = [1,2,3,4,5,6,7,8,9,10]

for number in numbers:
#if number is odd, print the number
#else, print "Even number detected!"
if number % 2 == 1:
print(number)
else:
print("Even number detected!")

 

1
Even number detected!
3
Even number detected!
5
Even number detected!
7
Even number detected!
9
Even number detected!
 
Posted : 09/19/2023 6:09 am
Hasan Aboul Hasan
(@admin)
Posts: 1127
Member Admin
 

@geoff-keall Bravo! good job

 
Posted : 09/19/2023 10:53 am
SSAdvisor
(@ssadvisor)
Posts: 1089
Noble Member
 

@geoff-keall you should put course related posts in the private forum at https://learnwithhasan.com/prompt-engineering-course-support/

Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack

 
Posted : 09/20/2023 6:11 pm
(@ptaylor)
Posts: 1
New Member
 

Hello 🙂

I have the intention of buying the course today.

I noticed that there is an additional payment mentioned in the FAQ named (All-Access Payment).

Is that payment related to future access to course updates or something totally different?

Thanks,

Patrick

 
Posted : 11/22/2023 3:13 pm
Hasan Aboul Hasan
(@admin)
Posts: 1127
Member Admin
 

@ptaylor sorry where do you see this?

all future updates are free.

 
Posted : 11/23/2023 9:03 am
Share: