Releases: kambo-1st/langchain-php
Releases · kambo-1st/langchain-php
0.2.0-alpha
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.
Sneak preview - more to come!
0.1.0-alpha refactor(Document.php): use PHP_EOL constant instead of "\n\n" string…