Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 1.12 KB

README.md

File metadata and controls

13 lines (6 loc) · 1.12 KB

Prompt-Engineering-Guidelines

This Repo is developed to serve as a cheatsheet consisting of best practices of Prompt Engineering.

Content from ChatGPT Prompt Engineering for Developers short course in Deeplearning.ai platform has been used for creating this cheatsheet.

The Deeplearning Course materials use OpenAI's "3.5 Turbo" model, but we use "Llama" model for our convenience. We can use any model based on our requirements.

We can save our API Key in "api_key.txt" file within Setup Files. I have not saved it here for security reasons. Here we have used Together AI API Key as it has free credits for initial use. For playing around, this is sufficient. Refer -> https://api.together.xyz/

Refer Prompt Generation - Best Practices file for the entire consolidated guidelines. The reference files are added here.