From 8af2250ee04a228e064a750f341812c02134081d Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Sun, 26 Mar 2023 18:46:00 +0200 Subject: min openai-python version, fixes #3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6cb5e05..dc997a3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Complete text and chat with GPT in Vim/Neovim using OpenAI. ## Installation -vim-ai requires Vim/Neovim compiled with python3 support and the [openai-python](https://github.com/openai/openai-python) library. +vim-ai requires Vim/Neovim compiled with python3 support and the [openai-python](https://github.com/openai/openai-python) library (version 0.27+). ```sh # configure openai api key https://platform.openai.com/account/api-keys -- cgit v1.2.3