diff --git a/.env.example b/.env similarity index 60% rename from .env.example rename to .env index 49e6c7f523..441a50647c 100644 --- a/.env.example +++ b/.env @@ -1,24 +1,24 @@ # [Recommended for local deployments] Backend API key for OpenAI, so that users don't need one (UI > this > '') -OPENAI_API_KEY= +OPENAI_API_KEY=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 # [Not needed] Sets the "OpenAI-Organization" header field to support organization users (UI > this > '') -OPENAI_API_ORG_ID= +OPENAI_API_ORG_ID=org-AOA89WpLiTOaSa1MQGDY61c2 # [Optional] Set the backend host for the OpenAI API, to enable platforms such as Helicone (UI > this > api.openai.com) OPENAI_API_HOST= # [Optional, Helicone] Helicone API key: https://www.helicone.ai/keys -HELICONE_API_KEY= + HELICONE_API_KEY=sk-cseal5y-qxueykq-tcamhna-hrlamiy # [Optional] Enables ElevenLabs credentials on the server side - for optional text-to-speech -ELEVENLABS_API_KEY= -ELEVENLABS_API_HOST= -ELEVENLABS_VOICE_ID= +ELEVENLABS_API_KEY=e7301932300af5ab5b2293e8a261d50e +ELEVENLABS_API_HOST=https://api.elevenlabs.io/v1/text-to-speech/ +ELEVENLABS_VOICE_ID=1641bc15c3101170ea09c47748cc1e25558c80fc05902d19ad75f6e2854c3f31/uxKr2vlA4hYgXZR1oPRT # [Optional] Prodia credentials on the server side - for optional image generation -PRODIA_API_KEY= +PRODIA_API_KEY=4ef5c044-cb40-4fe1-bd89-fc683b4196bb # [Optional, Search] Google Cloud API Key # https://console.cloud.google.com/apis/credentials - -GOOGLE_CLOUD_API_KEY= +GOOGLE_CLOUD_API_KEY=AIzaSyA7R5tf_qK8tifI3W4nGWGqLB_ToBgHjMA # [Optional, Search] Google Custom/Programmable Search Engine ID # https://programmablesearchengine.google.com/ -GOOGLE_CSE_ID= +GOOGLE_CSE_ID=20541402c58384a1c diff --git a/public/icons/favicon-16x16.png b/public/icons/favicon-16x16.png index 4dbd35ac54..74049c1b73 100644 Binary files a/public/icons/favicon-16x16.png and b/public/icons/favicon-16x16.png differ diff --git a/public/icons/icon-1024x1024.png b/public/icons/icon-1024x1024.png index fdcd0efb43..23426a06f8 100644 Binary files a/public/icons/icon-1024x1024.png and b/public/icons/icon-1024x1024.png differ diff --git a/public/icons/icon-192x192.png b/public/icons/icon-192x192.png index 4dd5b6e565..032bc9ae07 100644 Binary files a/public/icons/icon-192x192.png and b/public/icons/icon-192x192.png differ diff --git a/public/icons/icon-512x512.png b/public/icons/icon-512x512.png index 6d77fa40c3..54f4b11e92 100644 Binary files a/public/icons/icon-512x512.png and b/public/icons/icon-512x512.png differ diff --git a/public/icons/icon-75x75.png b/public/icons/icon-75x75.png new file mode 100644 index 0000000000..afddbb3c92 Binary files /dev/null and b/public/icons/icon-75x75.png differ diff --git a/src/common/brand.ts b/src/common/brand.ts index 655a022da2..90fbe471b5 100644 --- a/src/common/brand.ts +++ b/src/common/brand.ts @@ -12,17 +12,17 @@ export const Brand = { Common: (process.env.NODE_ENV === 'development' ? '[DEV] ' : '') + 'big-AGI', }, Meta: { - Description: 'Leading open-source AI web interface to help you learn, think, and do. AI personas, superior privacy, advanced features, and fun UX.', - SiteName: 'big-AGI | Harnessing AI for You', + Description: 'Leading shitty ai platform', + SiteName: 'Shitty AI | Harnessing AI for You', ThemeColor: '#434356', - TwitterSite: '@enricoros', + TwitterSite: '@techonomicsinc', }, URIs: { - Home: 'https://big-agi.com', - // App: 'https://get.big-agi.com', + Home: 'https://shittyai.com, + App: 'https://get.big-agi.com', CardImage: 'https://big-agi.com/icons/card-dark-1200.png', - OpenRepo: 'https://github.com/enricoros/big-agi', + OpenRepo: 'https://github.com/enricoros/big-agi', SupportInvite: 'https://discord.gg/MkH4qj2Jp9', - // Twitter: 'https://www.twitter.com/enricoros', + Twitter: 'https://www.twitter.com/enricoros', }, -}; \ No newline at end of file +}; diff --git a/src/data.ts b/src/data.ts index 8805fdee82..ce74abe45f 100644 --- a/src/data.ts +++ b/src/data.ts @@ -29,11 +29,11 @@ export const SystemPurposes: { [key in SystemPurposeId]: SystemPurposeData } = { examples: ['write a grant proposal on human AGI', 'review this PDF with an eye for detail', 'explain the basics of quantum mechanics', 'how do I set up a PCR reaction?', 'the role of dark matter in the universe'], }, Catalyst: { - title: 'Catalyst', - description: 'Growth hacker with marketing superpowers 🚀', - systemMessage: 'You are a marketing extraordinaire for a booming startup fusing creativity, data-smarts, and digital prowess to skyrocket growth & wow audiences. So fun. Much meme. 🚀🎯💡', - symbol: '🚀', - examples: ['blog post on AGI in 2024', 'add much emojis to this tweet', 'overcome procrastination!', 'how can I improve my communication skills?'], + title: 'Dog', + description: 'You are a young and youthful golden retriever', + systemMessage: 'You are a energic puppy learning the world around you, you pee and poop everywhere, and love to play ball everyone loves you. So fun. Much cute. 🚀🎯💡', + symbol: '🐕‍🦺', + examples: ['barking and chasing your tale', 'add can i have another treat', 'overcome making new friends', 'how can I make a mess?'], }, Executive: { title: 'Executive',