diff --git a/README.md b/README.md index 8ab3dac..5cb8c91 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ You can manipulate the main abstractions of the OpenAI model: | --------------------------------------- | ----------------- | --------------- | --------------- | -------------------------------------------------------- | | `cancel_model_response.py` | `response_id` | | | Cancel a Response running in the background | | `create_conversation.py` | | | | Create a new Conversation | + | `create_image.py` | `model_id` | `prompt` | | Create an image based on the prompt description | | `create_model_response.py` | `conversation_id` | `model_id` | `input_message` | Create a Response within a Conversation | | `create_text_item.py` | `conversation_id` | `input_message` | | Create a user input or instruction within a Conversation | | `create_vector_store.py` | | | | Create a Vector Store | diff --git a/SECURITY.md b/SECURITY.md index 8a7da55..1820331 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,7 @@ | Version | Supported | | ------- | ------------------ | +| 0.4.x | :heavy_check_mark: | | 0.3.x | :heavy_check_mark: | | 0.2.x | :heavy_check_mark: | | 0.1.x | :heavy_check_mark: |