mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.langchain-openai: 0.2.5 -> 0.3.1
Diff: https://github.com/langchain-ai/langchain/compare/refs/tags/langchain-openai==0.2.5...langchain-openai==0.3.1 Changelog: https://github.com/langchain-ai/langchain/releases/tag/langchain-openai==0.3.1
This commit is contained in:
parent
200fb0b079
commit
08726aea18
1 changed files with 3 additions and 2 deletions
|
@ -28,14 +28,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "langchain-openai";
|
||||
version = "0.2.5";
|
||||
version = "0.3.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "langchain-ai";
|
||||
repo = "langchain";
|
||||
tag = "langchain-openai==${version}";
|
||||
hash = "sha256-Gm7MAOuG+kYQ3TRTRdQXJ+HcoUz+iL9j+pTXz+zAySg=";
|
||||
hash = "sha256-WvHSeWdBuxbfMNmfoNMzEbhJ5rirQ4JwlWUa0Tgrlrg=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/libs/partners/openai";
|
||||
|
@ -83,6 +83,7 @@ buildPythonPackage rec {
|
|||
"test_chat_openai_get_num_tokens"
|
||||
"test_get_num_tokens_from_messages"
|
||||
"test_get_token_ids"
|
||||
"test_init_o1"
|
||||
"test_openai_get_num_tokens"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue