dl-llm-hub
v0.0.3
Published
Lightweight TypeScript library containing [prompts](../prompts) and [chains](../chains) defined in `Cognite-llm-hub`.
Downloads
7
Readme
@cognite/llm-hub
Lightweight TypeScript library containing prompts and chains defined in Cognite-llm-hub.
Local development
- Run Python script generate_artifacts.py to generate
.tsfiles based on prompts and chains. From project root folder run:
python scripts/generate_artifacts.py- Install dependencies:
cd ts-library
yarn- Build library:
yarn build