Skip to content
Open

1 #1

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .env.example → .env
Original file line number Diff line number Diff line change
@@ -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
Binary file modified public/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/icon-1024x1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/icon-75x75.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions src/common/brand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
};
};
10 changes: 5 additions & 5 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down