We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707ac83 commit e5d90d9Copy full SHA for e5d90d9
pkgs/development/python-modules/llama-index-multi-modal-llms-openai/default.nix
@@ -10,15 +10,15 @@
10
11
buildPythonPackage rec {
12
pname = "llama-index-multi-modal-llms-openai";
13
- version = "0.3.0";
+ version = "0.4.0";
14
pyproject = true;
15
16
disabled = pythonOlder "3.8";
17
18
src = fetchPypi {
19
pname = "llama_index_multi_modal_llms_openai";
20
inherit version;
21
- hash = "sha256-cemDx3ccOQiOQFjNeAKSGTFaD7YxueErkD5TJDuaP9Y=";
+ hash = "sha256-EcOsfi16zp283ZpmLye8pf786YxWgquv+33QHVl3Zlg=";
22
};
23
24
build-system = [ poetry-core ];
0 commit comments