Prompt-Engineering-Guide
Prompt-Engineering-Guide copied to clipboard
🐙 Guides, papers, lecture, notebooks and resources for prompt engineering
Full tutorial + lecture coming soon! Please feel free to add any specific topics you would like to hear about as I am preparing the material.
[Loom](https://github.com/socketteer/loom) is a general purpose text generation interface / playground alternative that supports multiple completions and branching
Added Prodia, a free and fast image generator using SD models
Opening an issue to hear suggestions on how we can improve the guide. Please comment below.
Tag your name below if interested and I can provide you with more information. I will post a list of ideas here in the coming days and we can assign...
How to fix the error below "Collecting dotenv Using cached dotenv-0.0.5.tar.gz (2.4 kB) error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above...
What is the difference between OPENAI_KEY and OPENAI_API_KEY in "os.environ["OPENAI_API_KEY"] = os.getenv("OPENAI_KEY")"? Should one input the SERPAPI_API_KEY inside the quotation mark in "os.environ["SERPAPI_API_KEY"] = os.getenv("SERPAPI_API_KEY")" Thanks.
How to fix the error below: [/usr/lib/python3.8/os.py](https://localhost:8080/#) in encode(value) 748 def encode(value): 749 if not isinstance(value, str): --> 750 raise TypeError("str expected, not %s" % type(value).__name__) 751 return value.encode(encoding, 'surrogateescape')...