Skip to content

Releases: kambo-1st/langchain-php

0.2.0-alpha

22 Apr 19:41
Compare
Choose a tag to compare
0.2.0-alpha Pre-release
Pre-release
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!

02 Apr 14:13
Compare
Choose a tag to compare
Pre-release
refactor(Document.php): use PHP_EOL constant instead of "\n\n" string…

… literal in paragraphs method