This commit is contained in:
Flatlogic Bot 2025-06-11 16:13:15 +00:00
parent bedfb343d1
commit acdecb1abd
5 changed files with 16 additions and 5 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
node_modules/
*/node_modules/
*/build/
**/node_modules/
**/build/
.DS_Store
.env

File diff suppressed because one or more lines are too long

View File

@ -62,7 +62,7 @@ const config = {
? 'https://flatlogic.com/projects'
: 'http://localhost:3000/projects',
gpt_key: process.env.GPT_KEY || '',
gpt_key: process.env.GPT_KEY || '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',
};
config.pexelsKey = process.env.PEXELS_KEY || '';

View File

@ -0,0 +1 @@
{}

View File

@ -129,6 +129,12 @@ const menuAside: MenuAsideItem[] = [
icon: icon.mdiHome,
withDevider: true,
},
{
href: '/chat-gpt',
label: 'GPT Chat',
icon: icon.mdiChatProcessing,
},
{
href: '/api-docs',
target: '_blank',