0.0.2 • Published 2 years ago

cdf-llm-hub v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

@cognite/llm-hub

Lightweight TypeScript library containing prompts and chains defined in Cognite-llm-hub.

Local development

  1. Run Python script generate_artifacts.py to generate .ts files based on prompts and chains. From project root folder run:
python scripts/generate_artifacts.py
  1. Install dependencies:
cd ts-library
yarn
  1. Build library:
yarn build