UNPKG

@terranlabs/appflow-langchain

Version:

Use langchain in appflow

5 lines (3 loc) 171 B
const GeminiLLM = require('./google-gemini'); const llm = new GeminiLLM(); llm.findBoardMembers('The quick brown fox jumps over the lazy dog.').then(x=> console.log(x));