Prompt engineering के बेसिक्स

डेवलपर्स के लिए AI-असिस्टेड कोडिंग

Francesca Donadoni

AI Curriculum Manager, DataCamp

Prompt क्या है?

Prompt: वह इनपुट या निर्देश जो हम AI मॉडल को देते हैं

32.png

डेवलपर्स के लिए AI-असिस्टेड कोडिंग

Prompt क्या है?

Prompt: वह इनपुट या निर्देश जो हम AI मॉडल को देते हैं

33.png

डेवलपर्स के लिए AI-असिस्टेड कोडिंग

Prompt क्या है?

Driver: "Where to?"

Character: "Anywhere"

PROMPT: मॉडल के लिए अस्पष्ट, अनिश्चित

35.png

डेवलपर्स के लिए AI-असिस्टेड कोडिंग

Prompt क्या है?

Driver: "Where to?"

Character: "Take me to 23 Main Street. Avoid the highway"

PROMPT: विस्तृत, मॉडल के लिए स्पष्ट

36.png

डेवलपर्स के लिए AI-असिस्टेड कोडिंग

Prompt की क्वालिटी

$$

❌ Bad prompt

$$

"Fix this code"

$$

✅ Good prompt

$$

"Fix this Python function to handle division by zero errors. Keep the structure the same, and only change the except block"

डेवलपर्स के लिए AI-असिस्टेड कोडिंग

Prompt की क्वालिटी

$$

☺ Simple prompt

$$

"Generate a Python function to reverse a string"

$$

🤓 Advanced prompt

$$

"Generate a Python function that reverses a string, handles Unicode characters, and ignores trailing whitespace"

डेवलपर्स के लिए AI-असिस्टेड कोडिंग

Prompt के कंपोनेंट्स

components_of_a_prompt.png

Fix this Python function to handle division by zero errors. Keep the structure the same, and only change the except block.

डेवलपर्स के लिए AI-असिस्टेड कोडिंग

Prompt के कंपोनेंट्स

components_of_a_prompt_2.png

डेवलपर्स के लिए AI-असिस्टेड कोडिंग

अभ्यास करते हैं!

डेवलपर्स के लिए AI-असिस्टेड कोडिंग

Preparing Video For Download...