Compare commits

..

No commits in common. "ai-dev" and "master" have entirely different histories.

5 changed files with 5 additions and 23 deletions

5
.gitignore vendored
View File

@ -1,8 +1,3 @@
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 || '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',
gpt_key: process.env.GPT_KEY || '',
};
config.pexelsKey = process.env.PEXELS_KEY || '';

View File

@ -1 +0,0 @@
{}

View File

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