This commit is contained in:
derpystuff 2024-01-13 01:46:53 +01:00
parent 1291974b5a
commit b5da631448
5 changed files with 79 additions and 2 deletions

View file

@ -14,7 +14,9 @@ const ObeliskApi = Object.freeze({
OPENAI_CHATGPT: "/parrot/v1/openai:chatgpt",
OPENAI_GPT4: "/parrot/v1/openai:gpt4",
SUMMARIZE_WEBPAGES: "/flamingo/v1/web:summarize"
SUMMARIZE_WEBPAGES: "/flamingo/v1/web:summarize",
AI_WALLPAPER: "/robin/v1/wallpaper:generate"
})
module.exports = {