Skip to content

Commit

Permalink
rip out openai, fix top menu height/splash/dash
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMulein committed Sep 6, 2024
1 parent 0954aa3 commit 77f464e
Show file tree
Hide file tree
Showing 20 changed files with 699 additions and 2,015 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"forwardPorts": [3000],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn && cd libs/duality-social-lib && yarn && cd ../../apps/duality-social-node && yarn && git config --global --add safe.directory /workspace",
"postCreateCommand": "./fontawesome-npmrc.sh & yarn && cd libs/duality-social-lib && yarn && cd ../../apps/duality-social-node && yarn && git config --global --add safe.directory /workspace",

// Configure tool-specific properties.
// "customizations": {},
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
command: /bin/sh -c "while sleep 1000; do :; done"
environment:
NODE_ENV: development
FONTAWESOME_KEY: ${FONTAWESOME_KEY}
depends_on:
- mongo
networks:
Expand All @@ -18,7 +19,6 @@ services:
environment:
- MONGO_INITDB_ROOT_USERNAME=${MONGO_DB_USERNAME}
- MONGO_INITDB_ROOT_PASSWORD=${MONGO_DB_PASSWORD}
- FONTAWESOME_KEY=${FONTAWESOME_KEY}
volumes:
- mongo_data:/data/db
networks:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.npmrc
.yarn/
.yarnrc
.pnp.cjs
.pnp.loader.mjs

# keys
/dev.key
Expand Down Expand Up @@ -54,4 +56,4 @@ Thumbs.db
.cache-loader/

.nx/cache
.nx/workspace-data
.nx/workspace-data
1 change: 1 addition & 0 deletions apps/duality-social-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"dependencies": {
"@sendgrid/mail": "^8.1.3",
"bcrypt": "^5.1.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"express-validator": "^7.2.0"
},
Expand Down
118 changes: 0 additions & 118 deletions apps/duality-social-node/src/controllers/openai.ts

This file was deleted.

30 changes: 0 additions & 30 deletions apps/duality-social-node/src/models/open-ai-generation-result.ts

This file was deleted.

21 changes: 0 additions & 21 deletions apps/duality-social-node/src/models/prompt-result-parser.ts

This file was deleted.

Loading

0 comments on commit 77f464e

Please sign in to comment.