LLM Settings | Prompt Engineering Guide
promptingguide.ai · 583 words · saved by 2 readers
A Comprehensive Overview of Prompt Engineering
When designing and testing prompts, you typically interact with the LLM via an API. You can configure a few parameters to get different results for your prompts. Tweaking these settings are important to improve reliability and desirability of responses and it takes a bit of experimentation to figure out the proper settings for your use cases. Below are the common settings you will come across when using different LLM providers: Temperature - In short, the lower the temperature, the more deterministic the results in the sense that the highest probable next token is always picked. Increasing…
saved by
related reading
- Prompt Engineering Guide | Prompt Engineering Guidepromptingguide.ai
- Prompt Chaining | Prompt Engineering Guidepromptingguide.ai
- Generated Knowledge Prompting | Prompt Engineering Guidepromptingguide.ai
- GitHub - brexhq/prompt-engineering: Tips and tricks for working with Large Language Models like OpenAI's GPT-4.github.com
- Productizing Large Language Modelsblog.replit.com
- How To Train Your Pet LLM: Prompt Engineeringtxt.cohere.com
- Cheat Sheet: Mastering Temperature and Top_p in ChatGPT APIcommunity.openai.com
- Patterns for Building LLM-based Systems & Productseugeneyan.com
- What We’ve Learned From A Year of Building with LLMs – Applied LLMsapplied-llms.org
- PromptLayer — Prompt Management, Evals & Observabilitypromptlayer.com
- Prompt Engineering Guide | Prompt Engineering Guidepromptingguide.ai
- The Foundation Understanding LLMs and Prompt Engineering, and Why It All Mattersleeboonstra.dev