GPT Multiple Text-Generation
1 day trial then $15.00/month - No credit card required now
GPT Multiple Text-Generation
1 day trial then $15.00/month - No credit card required now
GPT-3.5 Turbo model without OPENAI KEY, provides a robust and user-friendly solution for processing text prompts. This actor is designed to streamline the process, ensuring efficient and high-quality outputs.
๐ GPT-3.5-Turbo Text-Generation Actor for Apify ๐
This project defines an Apify actor that interacts with the ChatGPT API to process a list of prompts and generate responses using GPT-3.5-Turbo. It supports batch processing and can handle up to 100 prompts at once! โจ Whether you're working on large-scale datasets or need quick, multilingual responses, this actor has you covered! ๐
๐ฏ Features
- ๐ข Process Multiple Prompts: Effortlessly handles a list of prompts provided via an input file or API request.
- ๐ค ChatGPT Integration: Leverages the power of the GPT-3.5-Turbo model to generate accurate and relevant answers.
- ๐ Structured Output: Provides responses in a clean and structured format for easy integration into your projects.
- โก Batch Processing: Supports batch processing with
Promise.all
to maximize performance and handle large datasets efficiently. - ๐ก๏ธ Error Handling: Robust error management to handle failed requests or invalid inputs gracefully.
- ๐ Multilingual Responses: Generates responses in any language based on the input prompt language. Perfect for global applications! ๐๐๐
๐ฅ Input Schema
The actor accepts the following input schema:
๐ Example Input
1{ 2 "prompts": [ 3 "What is AI?", 4 "How does GPT work?" 5 ], 6 "laguage": "English", 7 "batchSize": 10 8}
prompts
: An array of strings containing the prompts/questions to process.batchSize
: The number of prompts to process in each batch.
๐ค Example Response
๐ฌ๐ง English Response
1[ 2 { 3 "prompt": "What is AI?", 4 "response": "AI stands for artificial intelligence, which refers to machines or systems designed to simulate human intelligence." 5 }, 6 { 7 "prompt": "How does GPT work?", 8 "response": "GPT is a language model that uses deep learning to generate human-like text based on input prompts." 9 } 10]
๐ฏ๐ต Japanese Response
1[ 2 { 3 "prompt": "What is AI?", 4 "response": "AIใฏใไบบๅทฅ็ฅ่ฝใใๆๅณใใไบบ้ใฎ็ฅ่ฝใๆจกๅฃใใใใใซ่จญ่จใใใๆฉๆขฐใใทในใใ ใๆใใพใใ" 5 }, 6 { 7 "prompt": "How does GPT work?", 8 "response": "GPTใฏใๅ ฅๅใใใใใญใณใใใซๅบใฅใใฆไบบ้ใฎใใใชใใญในใใ็ๆใใใใใซใใฃใผใใฉใผใใณใฐใๆดป็จใใ่จ่ชใขใใซใงใใ" 9 } 10]
๐ Available Language
Number | Language | Support |
---|---|---|
1 | ๐ฌ๐ง English | โ |
2 | ๐ช๐ธ Spanish | โ |
3 | ๐ซ๐ท French | โ |
4 | ๐ฉ๐ช German | โ |
5 | ๐ฎ๐น Italian | โ |
6 | ๐ต๐น Portuguese | โ |
7 | ๐ท๐บ Russian | โ |
8 | ๐ฏ๐ต Japanese | โ |
9 | ๐จ๐ณ Chinese | โ |
10 | ๐ฐ๐ท Korean | โ |
11 | ๐ธ๐ฆ Arabic | โ |
12 | ๐ฎ๐ณ Hindi | โ |
13 | ๐น๐ท Turkish | โ |
14 | ๐ณ๐ฑ Dutch | โ |
15 | ๐ธ๐ช Swedish | โ |
16 | ๐ณ๐ด Norwegian | โ |
17 | ๐ฉ๐ฐ Danish | โ |
18 | ๐ซ๐ฎ Finnish | โ |
19 | ๐ต๐ฑ Polish | โ |
20 | ๐ท๐ด Romanian | โ |
21 | ๐จ๐ฟ Czech | โ |
22 | ๐ญ๐บ Hungarian | โ |
23 | ๐ฌ๐ท Greek | โ |
24 | ๐ง๐ฌ Bulgarian | โ |
25 | ๐บ๐ฆ Ukrainian | โ |
26 | ๐ฎ๐ฑ Hebrew | โ |
27 | ๐ฎ๐ฉ Indonesian | โ |
28 | ๐ฒ๐พ Malay | โ |
29 | ๐น๐ญ Thai | โ |
30 | ๐ป๐ณ Vietnamese | โ |
31 | ๐ต๐ญ Tagalog | โ |
32 | ๐ต๐ญ Filipino | โ |
33 | ๐ต๐ฐ Urdu | โ |
34 | ๐ง๐ฉ Bengali | โ |
๐ ๏ธ How It Works
- Input Your Prompts: Provide a list of questions or statements in any language. ๐
- Specify Batch Size: Optimize processing by choosing the number of prompts per batch.
- Get Multilingual Responses: Receive answers tailored to the language of your input prompts. ๐
- Structured Output: Easily integrate the responses into your application with clean, structured data. ๐พ
๐ง Error Handling
- The actor includes robust error reporting to log and identify issues for prompts that fail during processing.
- Any failed prompts will include error messages in the final output.
Why Use This Actor? ๐
- ๐ผ Enterprise-Ready: Process large datasets efficiently.
- ๐ Global Reach: Supports multiple languages for diverse audiences.
- ๐ฅ Highly Scalable: Handles up to 100 prompts in one execution.
- ๐ Structured Results: Perfect for integration with dashboards, analytics, and reporting tools.
Let this actor supercharge your workflow and make text generation faster, easier, and more flexible! ๐
Actor Metrics
1 monthly user
-
1 star
Created in Jan 2025
Modified 4 hours ago