0.0.2 • Published 8 months ago

cdf-llm-hub v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
8 months 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