Compare commits
No commits in common. "ai-dev" and "master" have entirely different histories.
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
@ -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 || '';
|
||||
|
||||
@ -1 +0,0 @@
|
||||
{}
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user