feat: add support for defining custom models in config, switched toml library for proper serialization
This commit is contained in:
parent
d04ba91c85
commit
62910b5879
7 changed files with 9767 additions and 5596 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,10 +2,13 @@
|
|||
node_modules/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
.yarnrc.yml
|
||||
|
||||
# Build output
|
||||
/.next/
|
||||
/out/
|
||||
dist/
|
||||
.yarn/
|
||||
|
||||
# IDE/Editor specific
|
||||
.vscode/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue