@axemere/gateway-openai 0.1.8 → 0.1.10

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -38,7 +38,7 @@ Streaming works exactly as it does with the standard `openai` package.
38
38
  ## Links
39
39
 
40
40
  - [Axemere AI Gateway](https://axemere.ai)
41
- - [Documentation](https://axemere.ai/docs)
41
+ - [Documentation](https://axemere.ai/docs/sdks/typescript)
42
42
  - [GitHub](https://github.com/Axemere-LLC/axemere-node)
43
43
 
44
44
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axemere/gateway-openai",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "Axemere AI Gateway SDK — OpenAI drop-in wrapper",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "openai": "^4.0.0",
25
- "@axemere/gateway": "0.1.8"
25
+ "@axemere/gateway": "0.1.10"
26
26
  },
27
27
  "devDependencies": {
28
28
  "typescript": "^5.4.0",