Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@promptbook/azure-openai

Package Overview
Dependencies
Maintainers
0
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/azure-openai - npm Package Compare versions

Comparing version 0.69.5 to 0.69.6

5

package.json
{
"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": {

6

README.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc