Hacker News new | ask | show | jobs
by weird-eye-issue 1066 days ago
Around 85% profit. It wouldn't be possible to get the same result from ChatGPT without a ton of prompt engineering and manually retrieving data and inserting that into your prompts. Plus, we don't just do a single API call and call it a day. A single button press in our app can set off a process which calls the OpenAI API over a dozen times plus retrieves data from several other APIs to help with the prompting
2 comments

out of curiosity, are you using openai's base models or are you fine tuning them? and what tech stack is your app using?
NextJS, CF Workers, CF Durable Objects

We use the base models but once fine tuning becomes available on 3.5/4 we will be looking into that

Makes sense! Thanks for your answer :)