Skip to content

Commit

Permalink
Merge pull request #309 from Sifchain/llmContentGeneration
Browse files Browse the repository at this point in the history
[LLM Object Generation][1/2] Leverage AI Lib's Generate Object instead of parsing strings
  • Loading branch information
jkbrooks authored Nov 15, 2024
2 parents 1824bb9 + f826253 commit 13b8198
Show file tree
Hide file tree
Showing 6 changed files with 551 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ characters/
packages/core/src/providers/cache
packages/core/src/providers/cache/*
cache/*
packages/core/cache/*
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"ollama-ai-provider": "^0.16.1",
"optional": "^0.1.4",
"sharp": "^0.33.5"
}
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@rollup/plugin-typescript": "11.1.6",
"@types/fluent-ffmpeg": "2.1.27",
"@types/jest": "29.5.14",
"@types/mocha": "^10.0.9",
"@types/node": "22.8.4",
"@types/pdfjs-dist": "^2.10.378",
"@types/tar": "6.1.13",
Expand Down
Loading

0 comments on commit 13b8198

Please sign in to comment.