dependabot[bot]
dc5f9d8474
npm all prod(deps): bump eslint from 8.40.0 to 8.41.0 ( #354 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.40.0 to 8.41.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.40.0...v8.41.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 12:10:50 -04:00
Danny Avila
5964b71e14
Setup tests with new user system ( #344 )
...
* chore(.gitignore): add auth.json to gitignore
test(landing.spec.js): remove commented out code and add check for landing page title
test(login.spec.js): add test for login page title
feat(package.json): add e2e:auth script to generate auth.json storage file for e2e tests
* test(landing.spec.js): add beforeEach hook to create a new browser context with auth.json storage state
test(landing.spec.js): change test name from 'landing page' to 'Landing title'
fix(package.json): change e2e:auth script to save auth.json in e2e directory
2023-05-20 09:00:45 -04:00
Danny Avila
a9444b66a1
Release 0.4.6 ( #332 )
2023-05-19 16:21:45 -04:00
Dan Orlando
7fdc862042
Build/Refactor: lint pre-commit hook and reformat repo to spec ( #314 )
...
* build/refactor: move lint/prettier packages to project root, install husky, add pre-commit hook
* refactor: reformat files
* build: put full eslintrc back with all rules
2023-05-18 14:09:31 -04:00
Danny Avila
dbf45196ee
Release 0.4.5 ( #282 )
...
* Release 0.4.5
* Update @waylaidwanderer/node-chatgpt-api to latest version
* Update dockerfiles to use workspaces and ensure packages are @ latest
* Remove package-lock.json files from workspace directories as no longer needed
* refactor(api): remove deprecated text-davinci-002-render-paid model from CHATGPT_MODELS
refactor(api/client): change model comparison to use startsWith() instead of === for GPT-4 models
2023-05-16 14:30:24 -04:00
Danny Avila
501a15a18f
Release 0.4.4 ( #271 )
2023-05-14 20:39:40 -04:00
Danny Avila
49041e16c7
chore: bump package versions to 0.4.3 ( #265 )
2023-05-13 16:59:45 -04:00
LaraClara
95c97561ae
chore: NPM Workspaces and scripts ( #244 )
...
* chore: NPM Workspaces and scripts
- Allows everything to be run in the root directory
* chore:Update package-lock after workspace change
* docs: Minor docs typo fix
- most people run in dev mode, ie vite runs the server, this defaults to that method
2023-05-12 09:40:14 -04:00
Danny Avila
94ad31dce3
Release 0.4.2 ( #242 )
...
* release: 0.4.2
* docs: update changelog and readme for v0.4.2 release
* docs(README.md): add important information about new user system and env variables
2023-05-11 16:39:44 -04:00
Danny Avila
03d871316a
chore: bump version to 0.4.1 in package.json files ( #222 )
...
feat: update docker-compose.yml to use latest image from docker hub
2023-05-09 17:57:04 -04:00
Dan Orlando
960e8c4724
Bump package version and fix spacing in user system section of readme ( #206 )
2023-05-07 15:27:04 -04:00
Daniel Avila
31893ec9f6
chore: bump version to 0.3.3 in package.json files
2023-04-10 17:06:49 -04:00
Daniel Avila
50ec165f71
chore: update package versions to 0.3.2
2023-04-09 07:37:57 -04:00
Danny Avila
58d162d8b4
reset package-lock files
2023-04-03 14:39:27 -04:00
Daniel D Orlando
12b7e9a6bb
reset back to npm ci
2023-04-02 11:07:48 -07:00
Daniel D Orlando
3ec2942365
try manually removing @playwright from the resolution path to make github action work
2023-04-02 11:07:48 -07:00
Daniel D Orlando
bd94c4233d
Playwright setup
2023-04-02 11:07:48 -07:00
Daniel Avila
8bc4d5e3fd
refactor(Dockerfile): change COPY command to copy client side code from /client/dist instead of /client/public
...
refactor(Dockerfile): change port number from 3080 to 80
refactor(Dockerfile): remove unnecessary EXPOSE command
refactor(package.json): remove devDependencies for Vite and React plugin
2023-04-02 00:00:49 -04:00
Daniel D Orlando
6498ab79a4
build: install and configure Vite, move index.html
2023-04-01 12:58:49 -07:00
Daniel Avila
d56aa2edef
loads up to 20 messages, debugging markdown issue
2023-03-18 23:18:36 -04:00
Danny Avila
2e20b28c4d
chore: refactor progressCB to one place, fix sydney, and sanitize html
2023-03-14 15:42:59 -04:00
Danny Avila
08f59819cf
modify docker setup
2023-03-06 15:56:25 -05:00
Danny Avila
fca546af63
reorganize dirs for dockerize
2023-03-06 10:15:07 -05:00
Danny Avila
c617b15bcd
disable prompts until complete
2023-03-06 08:50:36 -05:00
Danny Avila
214228542a
complete customChatGpt model selection
2023-03-03 15:52:06 -05:00
Danny Avila
d235bb7b1b
complete language detection for code blocks
2023-03-02 16:07:36 -05:00
Daniel Avila
ed699d2c06
wrap code in progress, revert old message handling
2023-02-25 09:06:26 -05:00
Daniel Avila
78c9f3dc74
trying different markdown library for proper list styling
2023-02-24 23:16:19 -05:00
Daniel Avila
fd01fd3334
adds markdown support, fix code wrapping
2023-02-24 11:24:09 -05:00
Daniel Avila
c58a9bbe93
finish highlight.js styling (for chatgpt)
2023-02-23 23:56:55 -05:00
Danny Avila
e95e22de15
code highlighting in progress
2023-02-23 16:32:08 -05:00
Daniel Avila
a516b38e27
adds linting, fix linter errors, abort automatic scrolling
2023-02-21 21:31:36 -05:00
Daniel Avila
a5afd5c48f
animates scroll to bottom and debounces bottom
2023-02-13 20:13:59 -05:00
Danny Avila
583fd56ca5
adds shadcn-ui components, and model button to switch chat models
2023-02-13 15:58:35 -05:00
Daniel Avila
500b6c9fa8
adds functionality for waylaidwanderer chatgpt client
2023-02-12 22:24:36 -05:00
Daniel Avila
5b8c4452cc
remove unused packages and minor changes
2023-02-12 16:48:15 -05:00
Daniel Avila
ed44daf8b3
refactor express to use routes
2023-02-12 16:38:33 -05:00
Daniel Avila
cd71bb0727
remove nodemon from server script
2023-02-11 17:35:07 -05:00
Daniel Avila
48c591a8b9
scrollbar styling
2023-02-11 13:48:48 -05:00
Daniel Avila
256b60435f
update press release, minor change in textchat component, remove unused package
2023-02-11 13:01:03 -05:00
Daniel Avila
5af5a97d8f
complete renaming functions, abstracts more svg, sets title to current convo title, adds a try again feature to errors
2023-02-11 10:22:15 -05:00
Daniel Avila
511ac948b4
clear all convos in progress, async code refactored in debugging warning
2023-02-07 19:07:48 -05:00
Danny Avila
9d41ed4615
reorganize components and add root import plugin
2023-02-07 10:26:19 -05:00
Danny Avila
faf8800e67
remove sourcemap error
2023-02-07 09:59:45 -05:00
Daniel Avila
6e3f63ee46
adding clear methods for convos
2023-02-06 21:17:46 -05:00
Danny Avila
2869638cc0
get convos endpoint
2023-02-06 15:17:54 -05:00
Danny Avila
4e6b6be15c
titles conversations based on first two messages
2023-02-06 14:57:47 -05:00
Danny Avila
232a823b9b
store all messages to mongoDB
2023-02-06 13:28:21 -05:00
Daniel Avila
f889f23792
chatgpt is taking shape, convo persists, layout mimics original
2023-02-05 19:41:24 -05:00
Daniel Avila
3a199757ae
sse events on text submit
2023-02-05 15:29:35 -05:00