@promptbook/azure-openai
Advanced tools
Comparing version 0.69.5 to 0.69.6
{ | ||
"name": "@promptbook/azure-openai", | ||
"version": "0.69.5", | ||
"version": "0.69.6", | ||
"description": "Build responsible, controlled and transparent applications on top of LLM models!", | ||
@@ -14,2 +14,3 @@ "private": false, | ||
], | ||
"todo-0": "TODO: [❇️] Make better list of keywords", | ||
"keywords": [ | ||
@@ -55,3 +56,3 @@ "ai", | ||
"peerDependencies": { | ||
"@promptbook/core": "0.69.5" | ||
"@promptbook/core": "0.69.6" | ||
}, | ||
@@ -58,0 +59,0 @@ "dependencies": { |
@@ -173,5 +173,5 @@ <!-- ⚠️ WARNING: This code has been generated so that any manual changes will be overwritten --> | ||
If you have a simple, single prompt for ChatGPT, GPT-4, Anthropic Claude, Google Gemini, Llama 2, or whatever, it doesn't matter how you integrate it. Whether it's calling a REST API directly, using the SDK, hardcoding the prompt into the source code, or importing a text file, the process remains the same. | ||
If you have a simple, single prompt for ChatGPT, GPT-4, Anthropic Claude, Google Gemini, Llama 3, or whatever, it doesn't matter how you integrate it. Whether it's calling a REST API directly, using the SDK, hardcoding the prompt into the source code, or importing a text file, the process remains the same. | ||
But often you will struggle with the limitations of LLMs, such as hallucinations, off-topic responses, poor quality output, language drift, word repetition repetition repetition repetition or misuse, lack of context, or just plain w𝒆𝐢rd responses. When this happens, you generally have three options: | ||
But often you will struggle with the **limitations of LLMs**, such as **hallucinations, off-topic responses, poor quality output, language and prompt drift, word repetition repetition repetition repetition or misuse, lack of context, or just plain w𝒆𝐢rd responses**. When this happens, you generally have three options: | ||
@@ -182,3 +182,3 @@ 1. **Fine-tune** the model to your specifications or even train your own. | ||
In all of these situations, but especially in 3., the Promptbook library can make your life easier. | ||
In all of these situations, but especially in 3., the **✨ Promptbook can make your life waaaaaaaaaay easier**. | ||
@@ -185,0 +185,0 @@ - [**Separates concerns**](https://github.com/webgptorg/promptbook/discussions/32) between prompt-engineer and programmer, between code files and prompt files, and between prompts and their execution logic. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
650779