Skip to content

Commit decd6f6

Browse files
authored
Merge branch 'master' into issue-13394
2 parents 4f6c319 + fe6ab43 commit decd6f6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

components/openai/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
OpenAI provides a suite of powerful AI models through its API, enabling developers to integrate advanced natural language processing and generative capabilities into their applications. Here’s an overview of the services offered by OpenAI's API:
44

5+
- [Web search](https://platform.openai.com/docs/guides/tools-web-search)
6+
- [Function calling](https://platform.openai.com/docs/guides/function-calling)
57
- [Text generation](https://platform.openai.com/docs/guides/text-generation)
68
- [Embeddings](https://platform.openai.com/docs/guides/embeddings)
79
- [Fine-tuning](https://platform.openai.com/docs/guides/fine-tuning)
@@ -16,13 +18,17 @@ Use Python or Node.js code to make fully authenticated API requests with your Op
1618

1719
The OpenAI API can be leveraged in a wide range of business contexts to drive efficiency, enhance customer experiences, and innovate product offerings. Here are some specific business use cases for utilizing the OpenAI API:
1820

21+
### AI Agent Tools
22+
23+
Empower your business with [AI Agent Tools](https://pipedream.com/blog/introducing-enhanced-openai-chat-actions-for-pipedream/#using-pipedream-workflows-as-functions) that act as intelligent, autonomous assistants capable of executing a range of complex tasks.
24+
1925
### **Customer Support Automation**
2026

2127
Significantly reduce response times and free up human agents to tackle more complex issues by automating customer support ticket responses.
2228

2329
### **Content Creation and Management**
2430

25-
Utilize AI to generate high-quality content for blogs, articles, product descriptions, and marketing material.
31+
Utilize AI to generate high-quality content for blogs, articles, product descriptions, and marketing material.
2632

2733
### **Personalized Marketing and Advertising**
2834

@@ -54,14 +60,10 @@ Name the key `Pipedream` and then save the API key within Pipedream. Now you’r
5460

5561
## 401 - Invalid Authentication
5662

57-
---
58-
5963
Ensure the correct [API key](https://platform.openai.com/account/api-keys) and requesting organization are being used.
6064

6165
## 401 - Incorrect API key provided
6266

63-
---
64-
6567
Ensure the API key used is correct or [generate a new one](https://platform.openai.com/account/api-keys) and then reconnect it to Pipedream.
6668

6769
## 401 - You must be a member of an organization to use the API
@@ -74,8 +76,6 @@ You are accessing the API from an unsupported country, region, or territory.
7476

7577
## 429 - Rate limit reached for requests
7678

77-
---
78-
7979
You are sending requests too quickly. Pace your requests. Read the OpenAI [Rate limit guide](https://platform.openai.com/docs/guides/rate-limits). Use [Pipedream Concurrency and Throttling](https://pipedream.com/docs/workflows/concurrency-and-throttling) settings to control the frequency of API calls to OpenAI.
8080

8181
## 429 - You exceeded your current quota, please check your plan and billing details

0 commit comments

Comments
 (0)