Skip to content

Commit

Permalink
feat: hook up chat to knowledge and default knowledge
Browse files Browse the repository at this point in the history
  • Loading branch information
amiller68 committed Apr 10, 2024
1 parent bfa2258 commit 50b6daa
Show file tree
Hide file tree
Showing 7 changed files with 1,077 additions and 8,693 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ module.exports = {
rules: {
"prefer-promise-reject-errors": "off",

"no-unused-vars": "warn",
"no-undef": "warn",
"no-unused-vars": ["warn", { argsIgnorePattern: "^_", varsIgnorePattern: "^_" }],

// allow debugger during development only
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
Expand Down
Loading

0 comments on commit 50b6daa

Please sign in to comment.