Conversation
simbolmina
commented
Sep 21, 2023
- I removed langchain and made adjustments chatHistoryManager and moved it into utils folder.
- added a feature to add a initial prompt
- removed first chat-gpt module since I did not want to update it.
- updated and used latest openai library
- I was gonna ask you to create separate branch for this use this however you want.
|
I guess this won't work for more than 1 user and db integration will be required. I am working on one for production and it will take some time. |
|
Hello, thank you so much for contributing to the project! I just created a new branch called So if it's okay, we can rebranch this PR to |
| // parser: '@typescript-eslint/parser', | ||
| // parserOptions: { | ||
| // project: 'tsconfig.json', | ||
| // sourceType: 'module', | ||
| // }, | ||
| // plugins: ['@typescript-eslint/eslint-plugin'], | ||
| // extends: [ | ||
| // 'plugin:@typescript-eslint/recommended', | ||
| // 'plugin:prettier/recommended', | ||
| // ], | ||
| // root: true, | ||
| // env: { | ||
| // node: true, | ||
| // jest: true, | ||
| // }, | ||
| // ignorePatterns: ['.eslintrc.js'], | ||
| // rules: { | ||
| // '@typescript-eslint/interface-name-prefix': 'off', | ||
| // '@typescript-eslint/explicit-function-return-type': 'off', | ||
| // '@typescript-eslint/explicit-module-boundary-types': 'off', | ||
| // '@typescript-eslint/no-explicit-any': 'off', | ||
| // }, |
There was a problem hiding this comment.
If this lint file is not required, could you please delete this file?
There was a problem hiding this comment.
If this lint file is not required, could you please delete this file?
yeah again. i usually start uninstalling and deleting eslint since TS does all the work. I dont know why ppl use it in TS projects generally.
Awesome! Let me know if you want some help |
yeah sure. it wont take long to create another PR. But to personalize each chat we will need a user so authentication etc. I'm also feeding ai with personal info of the user as well. Maybe i can create some dummy data for this project. My project is way complicated currently and i'll strip most of the code for this one, like my first PR. |


