جيل

تعرف على كيفية استخدام OpenAI API لإنشاء نص جديد.

سنغطي ما يلي...

Overview

The OpenAI models are also great at generating code and text as they have been trained on a large amount of data from different resources.

Press + to interact
Generation
Generation

نقوم إدخال نص المطالبة ومعلمات طلب في نموذج واجهة برمجة التطبيقات OpenAI لتوليد كل من النص والرمز.

Press + to interact
Completions: text generation
Completions: text generation

Generate text

Now that we have learned about how OpenAI API’s model works. We can utilize the following prompt to generate new ideas about deep learning and images:

Brainstorm some ideas combining deep learning and images:

Example

Let’s try the above example in the code widget ...