feat: add support for defining custom models in config, switched toml library for proper serialization

This commit is contained in:
Justin Luoma 2024-05-24 06:48:15 -04:00
parent d04ba91c85
commit 62910b5879
7 changed files with 9767 additions and 5596 deletions

3
.gitignore vendored
View file

@ -2,10 +2,13 @@
node_modules/
npm-debug.log
yarn-error.log
.yarnrc.yml
# Build output
/.next/
/out/
dist/
.yarn/
# IDE/Editor specific
.vscode/