Comparing version 1.2.7 to 1.2.8
{ | ||
"name": "ai-bridge", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "AI connector library, which helps simplify API usage, and provide out of the box caching.", | ||
@@ -5,0 +5,0 @@ "main": "src/AiBridge", |
@@ -163,3 +163,4 @@ /** | ||
'Content-Type': 'application/json', | ||
"x-api-key": `${anthropic_key}` | ||
"x-api-key": `${anthropic_key}`, | ||
"anthropic-version": "2023-06-01" | ||
} | ||
@@ -166,0 +167,0 @@ }); |
84054
2357