a bunch of things also deepai

This commit is contained in:
derpystuff 2022-05-25 21:26:57 +02:00
parent aec828beb5
commit 0c4e48bd39
9 changed files with 219 additions and 6 deletions

View file

@ -17,10 +17,15 @@ const Api = Object.freeze({
SEARCH_BING: '/search/bing',
SEARCH_BING_IMAGES: '/search/bing-images',
SEARCH_WOLFRAM_ALPHA: '/search/wolfram-alpha',
SEARCH_YOUTUBE: '/search/youtube',
PHOTOFUNIA_YACHT: '/photofunia/yacht',
PHOTOFUNIA_RETRO_WAVE: '/photofunia/retro-wave',
IMAGE_DEEPDREAM: '/image/deepdream',
IMAGE_WAIFU2X: '/image/waifu2x',
IMAGE_SUPERRESOLUTION: '/image/superresolution',
INFERKIT: '/utils/inferkit',
})