by rockstarflo on 4/18/23, 6:50 PM with 2 comments
by rockstarflo on 4/18/23, 6:50 PM
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