Let me help you build your project - no fees

Hi Luke,
Thanks for sharing your project with me.
This sounds like one of the project I am currently working on, feel free to reach out to me on PM or linkedin and see if we can collaborate more on this, thanks!

@nelson Hi nelson. i just wanna need some advise for my new programmer life. I have 3 month exp in Python. At this point i just wanna start my own job in internet but not likeold version i wanna use ai for creating my web and when i give data for for my web site ai will do it for me. That is it :smile: , i’m not lazy but just wanna laern how to do it

1 Like

Hi @alita_lol
Thank you for sharing your thoughts with me. I think this is a difficult questions to answer because there are many different ways to build website, but I can try to break it down to two different areas.

Static Website:

If you are looking to build static website using AI, yes, you can generate html script with tools like ChatGPT and make minor adjustments to the output. However, there are many no code tools out there that you can use to build static website pretty fast. So I don’t think there is a lot of value on that unless you can find a way to build beautiful designs that stands out from all others.

Web Apps

If you are looking to build applications that run on the web, then you will need to build front-end, back-end, database and potential many other stacks in between. There are other tools out there that help you to build the entire stacks, but in my experience, they don’t work well for complex applications. So if you are able to use AI to create code for you for each layer in your stacks, I can see values in there because you will be able to build custom app faster and at a lower cost. However, I still think you will need to understands how each components work and be able to put it together yourself as well, otherwise it will be hard to support the apps you build, especially when it comes time to troubleshooting it in production.

I think advices are hard to give because it can change at different stage in your career. But after working in this field for 20+ years, the advice I will give to a younger version of myself is to find an area in technology you are passionate about, and get extremely good at it. Because if you can do that, you will make good money doing things you love.

Best of luck to you, and welcome to the programmer life.

2 Likes

There are other tools out there that help you to build the entire stacks, but in my experience, they don’t work well for complex applications

Had To Mention AppSheet

*While AppSheet isn’t an exact match for this sort of thing, it is capable of any level of complex logic you can throw at it.

  • The limitations center around the ux experience and how it’s rigid and not very customizable, in the sense of how most people are approaching no code app builders (drag and drop, that sort of thing).
  • It’s all centered around using a Google sheet, or some other cloud hosted spreadsheet, as the database
  • using an unstructured database like this, where you can just go to your Google sheet and do whatever really, really opens up a lot of flexibility
  • it contains all sorts of ways to slice and dice your data, literally creating any level of complex data chain that you can imagine
    • (seriously… I’m kind of looking for a challenge to be honest)
  • You can create scheduled bots that run on a timer or that are triggered from data changes
    • these have the ability to natively call an app script, and return of value which you can then continue on in your data processing chain

If you’re looking for a system that can take you from MVP all the way to final platform with thousands of users - AppSheet might be worth a look.


I’ve personally found the combination of Google drive, sheets, AppSheet, apps script, open AI to be an incredibly easy thing to get working.

  • the hard part is now prompt engineering

But I just thought that I would throw this out there for those who are looking for a possible solution that’s fairly straightforward.
AppSheet does have a steep learning curve yes, and it helps if you have some traditional developer concepts under your belt, but the community is an extremely helpful place - with a mentality and heart aligned with what Nelson has going on here.

  • And I’ve personally witnessed hundreds of people significantly improve their life situations by figuring out how to use that platform.
    :muscle:
3 Likes

Thanks for sharing @multitechvisions
It’s always good see others sharing their insights and knowledge while maintaining a positive and professional attitude.

2 Likes

Hello @nelson, and thanks for your work here. Seems like you’ve helped a great many people just in this thread alone.

My use needs are very simple. Basic Q&A for 3 categories: company service info, technical support and training data. The training I am looking to do is in the areas of dance and parkour (this data would include video links).

The problem I am running into, like many, many others here, is that fine-tuning is not doing the job. The AI still has a tendency to return it’s own answers rather than those in the datasets – even if the questions match word for word.

The solution (or one of them) to this is embeddings, that much I’ve learned. And, your Google spreadsheet to GPT3 appears to be a very good solution. My problem is that I struggle with understanding what embeddings are (no matter how many times it’s been explained to me). In your Spreadsheet, I get Step 1. But, after that, I don’t know what to put in for these:

  1. Go to the (Completions Sheet) and fill in the context and prompt for GPT3.
  2. Fill in the values in the Context Column, in the Prompt Column we use the function getCompletions to build a prompt using either a cell or input value
    For example: getCompletions(A2, “What is Open AI all about?”) will get the value of cell A2 and append "What is Open AI all about as the prompt
  3. If you like to search using your own data and feed the most relevant information into GPT3, you can store your text in the Data Sheet and use the Search sheet to create a dynamic prompt

My mind understands how to format my data for questions and answers, prompts and completions, but I’m a bit lost in this embeddings thing. I don’t even understand the flow here: After the data is embedded, where does it actually go?

I asked in another thread if there was an “Embeddings for Dummies” book I could pick up.

Can you, or anyone, point me to a step by step tutorial which would help me to understand this process and how to utilize it to get the responses I seek?

Thank you!

1 Like

Hi @SomebodySysop,

Thank you for your kind word. The concept of embedding is kind of confusing, but think of it as a language that only computer understands. It will probably be much easier if you see how the spreadsheet work with your examples. If you like, you can send me 1-10 examples of your QA and I can fill them into a spreadsheet for you.

That would be awesome! Thank you! Messaging 10 prompt-completion lines I used to fine-tune to you now. I’m sure seeing examples with my data will help my mind begin to re-envision how to present it.

Oh I didn’t think of connecting NLP and GPT. That’s actually genius. I got some minor experience in DialogFlow, I’ll give it a go.

I also asked ChatGPT for suggestions to NLP platform to use, and it really seems to like BotPress :exploding_head:

I used to be a huge fan of ChatFlow, made by Kitt.ai and owned by Chinese Google competitor: Baidu.

However, it seems the service has been shut down. I’ll attach a video how it worked. Maybe someone would make something similar :innocent::crossed_fingers:t3:

Hi folks,
Thanks for sharing your projects with me the last couple weeks, I don’t think I was able to help everyone, but I hope my time benefited those who I worked with.
Moving forward, I will focus my time on maintaining and improve the Google Spreadsheet GPT3 Tool and the Fine Tune GPT Prompt Web App
Cheers!

1 Like

I have some interesting or practical ideas, but some are too difficult, etc., share them with everyone.Please assist me in solving it, thanks!
It must be a cool idea:
On the QICQ app, become a chatbot. As long as someone calls it, it answers questions. More importantly, it remembers what everyone in the chat group has said, and can paraphrase or apply it, imitating it.

Hey Nelson
Nice to meet you
I need help making a shortcut that has the api key for the chat box I’m new to this all
How can I do this?

I am not familiar with QICQ, but have you investigate into what it takes to build on top of this app?

Are you using the OpenAI API? Can you explain a bit more on what you are trying to do?
Thanks.

Hi Nelson,
My name is Reuben, I’m a radiology resident from Melbourne Australia.
I’ve built a “Dictation Error Corrector” web app using text-davinci-003 to address I problem I and many radiologists have.


I am having an issue that I hoped you might be able to help me out with - absolutely no problems at all if you are too busy.
As you can see in the example above, “enostoses” has been changed to “osteochondromas”. This is not correct, and unfortunately continues to recur in my experience using the app.
My prompt is very simple, and I have found that if I specify “permitted words” in the prompt the resulting output is less reliable.
I feel as though this problem could be solved with fine-tuning, however davinci is so much worse than text-davinci-003 at a base level.
Any thoughts on how I might be able to solve this dilemma :thinking:

Hi Reuben,
This is intersting, I’ll like to see if we can improve this use case.
Can you share the prompt you are using to make the dictation correction?
That will give me a better idea on how we can make improvements.
Thanks.

Thanks so much Nelson! I’ve DM’d you.

@nelson I am trying to build a text generator from an input prompt.

In GPT-4 playground, It is possible to “continue” text generation by simply providing “continue” as additional user prompt if generation stops.

But I could not figure out how to do the same with API using Python:

  1. I initiate the generation with both system+user prompts
  2. system start generating text
  3. It stops at a certain point for long generations
  4. I got the generation status with “finish_reason”
  5. I try to feed “continue” prompt with additional API calls ONLY using user prompt=“continue”
  6. But system simply does not continue to generate

I guess a new API call means starting a new chat, so system loses all its previous context.

I am sure there is a predetermined way to preserve previous conversations/context and continue from where it left off using API/Python, but I simply could not figure it out.

Any insight would be highly appreciated.

Thanks

Hi Mustafa,

Do you mind providing the API Request you used with body so I can take a look at it?
Make sure you don’t send me your API key :wink:
Cheers.

Hi all,

I just wrapped out another project, and will have some more time for the next couple weeks.
Feel free to reach out to me if you need any assistance.
Cheers!