HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rockstarflo

no profile record

Submissions

Image-to-Story Generation

twitter.com
1 points·by rockstarflo·há 3 anos·1 comments

GPT-4 generates new HN websites

github.com
6 points·by rockstarflo·há 3 anos·2 comments

GPT-4 Create and Deploy Microservices

github.com
3 points·by rockstarflo·há 3 anos·7 comments

comments

rockstarflo
·há 2 anos·discuss
I think regex can beat SLM for a specific use case. But for the general case, there is no chance you come up with a pattern that works for all sites.
rockstarflo
·há 3 anos·discuss
What is the tradeoff there?
rockstarflo
·há 3 anos·discuss
Generates fun stories by just providing a single image :D
rockstarflo
·há 3 anos·discuss
Oh the command got corrupted. This is how it should look like: gptdeploy generate --description "Given a search query, find articles on hacker news using the hacker news api and return a list of (title, author, website_link, first_image_on_the_website)" --test "searching for GPT gives results" --model gpt-4 --path microservice
rockstarflo
·há 3 anos·discuss
The following code generates a new Hacker News website, that even shows images in the results similar to Google.

pip install gptdeploy

gptdeploy generate \ --description "Given a search query, find articles on hacker news using the hacker news api and return a list of (title, author, website_link, first_image_on_the_website)" \ --test "searching for GPT gives results" \ --model gpt-4 \ --path microservice
rockstarflo
·há 3 anos·discuss
We are working on 3.5 Trubo support and also Open Assistant
rockstarflo
·há 3 anos·discuss
You are right. I will now work on local deployment.
rockstarflo
·há 3 anos·discuss
With this, you turn your natural language descriptions into fully functional, deployed microservices with a single command! Your imagination is the limit!