openai-api-mock 0.1.34 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openai-api-mock",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "A Node.js module for mocking OpenAI API responses in a development environment",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "A Node.js module for mocking OpenAI API responses in a development environment with consistency mechanisms for deterministic testing",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/chihebnabil/openai-api-mock.git"
|
|
@@ -21,7 +21,11 @@
|
|
|
21
21
|
"mocking",
|
|
22
22
|
"ai",
|
|
23
23
|
"artificial intelligence",
|
|
24
|
-
"machine learning"
|
|
24
|
+
"machine learning",
|
|
25
|
+
"deterministic",
|
|
26
|
+
"consistency",
|
|
27
|
+
"seeding",
|
|
28
|
+
"templates"
|
|
25
29
|
],
|
|
26
30
|
"scripts": {
|
|
27
31
|
"build": "vite build",
|