Skip to content

Tags: latenightly/langchain-php

Tags

0.2.0-alpha

Toggle 0.2.0-alpha's commit message
feat(LLM.php): add abstract call method to LLM class

feat(llm-LLaMACpp.php): add example usage of LLaMACpp class with a prompt text

feat(LLaMACpp.php): add LLaMACpp class implementation with constructor, defaultParams, call, llmType, toArray, and getIdentifyingParams methods.

0.1.0-alpha

Toggle 0.1.0-alpha's commit message
refactor(Document.php): use PHP_EOL constant instead of "\n\n" string…

… literal in paragraphs method