This uses GPT-3 to find a word "halfway" between two others and it's built with Elixir, Phoenix, and Ash ( https://ash-hq.org/ ) and is deployed on Fly.io. Some fun ones: - imagination and vacation -> fantasize - enthusiasm and zeal -> fervor - angry and hungry -> famished - spoon and fork -> spork
Are you using embeddings, or a prompt where you ask GPT-3 to find a word between other words?
Re: Show HN: Find words “halfway” between two others
#21I tried averaging embeddings at first but a GPT-3 prompt gave more interesting results!