Skip to content

Commit a56a8f4

Browse files
authored
Merge pull request #20 from keiserjb/1.x-1.x
Update readme
2 parents 8dc898e + 47fe705 commit a56a8f4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,38 @@ any of the provided services.
2222

2323
- Enable the core OpenAI module and one or more submodules that meet your needs.
2424

25+
## Included Submodules
26+
27+
### **openai_audio**
28+
Adds capability to interact with the OpenAI audio (speech-to-text) endpoints.
29+
30+
### **openai_chatgpt**
31+
Enables interaction with the Chat endpoint via the ChatGPT API.
32+
33+
### **openai_ckeditor**
34+
Provides a button for CKEditor 5 to send a prompt to OpenAI and receive generated text back.
35+
36+
### **openai_content**
37+
Adds assistive tools for different areas of the content editing process. This includes functionality to adjust the tone of the content, summarize body text, suggest taxonomy terms for nodes, and check content for [moderation violations](https://platform.openai.com/docs/guides/moderation/overview).
38+
39+
### **openai_dalle**
40+
Adds capability to interact with the OpenAI DALL·E (image generation) endpoint, supporting both the new DALL·E 3 model and DALL·E 2 model.
41+
42+
### **openai_devel**
43+
Adds GPT content generation capability to Devel Generate. This provides Devel a way of generating realistic content (not lorem ipsum) using GPT and ChatGPT models. Users can generate sample content from the Drupal UI or via Drush. This is useful for filling out your site with realistic content for client demonstrations, layout, theming, or QA.
44+
45+
### **openai_dblog**
46+
Demonstrates log analysis using OpenAI to find potential solutions or explanations for error logs. Responses from OpenAI are saved and persist for common error messages, allowing you to review them.
47+
48+
### **openai_prompt**
49+
Adds an area in the admin interface to explore OpenAI text generation capabilities and ask it (prompt) for whatever you'd like.
50+
51+
### **openai_embeddings**
52+
Analyzes nodes and generates vectors and text embeddings of your nodes, taxonomy, media, and paragraph entities from OpenAI. Responses from OpenAI are saved and could augment search, ranking, automatically suggest taxonomy terms for content, and [improve search relevancy without expensive search backends. Content personalization and recommendation](https://www.pinecone.io/) may also be possible with this approach.
53+
54+
### **openai_tts**
55+
Adds capability to interact with the OpenAI TTS (text-to-speech) endpoints.
56+
2557
## Issues
2658

2759
Bugs and feature requests should be reported in the [Issue Queue](https://github.com/backdrop-contrib/openai/issues).

0 commit comments

Comments
 (0)