iaurora 1.0.20 → 1.0.24

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/README.md CHANGED
@@ -25,8 +25,7 @@
25
25
  <a href="https://codecov.io/gh/aurorallm/aurora"><img src="https://codecov.io/gh/aurorallm/aurora/branch/main/graph/badge.svg" alt="codecov" height="20"></a>
26
26
  <a href="https://github.com/aurorallm/aurora"><img src="https://img.shields.io/github/stars/aurorallm/aurora" alt="GitHub Stars" height="20"></a>
27
27
  <a href="https://discord.gg/YJPrfR9uh"><img src="https://dcbadge.limes.pink/api/server/https://discord.gg/YJPrfR9uh?style=flat" alt="Discord" height="20"></a>
28
- <img src="https://img.shields.io/docker/pulls/aurorallm/aurora" alt="Docker Pulls" height="20">
29
- <a href="https://app.getpostman.com/run-collection/31642484-2ba0e658-4dcd-49f4-845a-0c7ed745b916?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D31642484-2ba0e658-4dcd-49f4-845a-0c7ed745b916%26entityType%3Dcollection%26workspaceId%3D63e853c8-9aec-477f-909c-7f02f543150e"><img src="https://run.pstmn.io/button.svg" alt="Run In Postman" height="20"></a>
28
+ <img src="https://img.shields.io/docker/pulls/aurorahq/aurora" alt="Docker Pulls" height="20">
30
29
  <a href="https://artifacthub.io/packages/search?repo=aurora"><img src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/aurora" alt="Artifact Hub" height="20"></a>
31
30
  </p>
32
31
 
@@ -53,7 +52,15 @@ npm install -g iaurora
53
52
  docker run --rm -p 8080:8080 \
54
53
  -e AURORA_MASTER_KEY="your-key" \
55
54
  -e GROQ_API_KEY="gsk_..." \
56
- aurorallm/aurora
55
+ # optional: add more providers or configure storage
56
+ # -e OPENAI_API_KEY="sk-..." \
57
+ # -e ANTHROPIC_API_KEY="sk-ant-..." \
58
+ # -e GEMINI_API_KEY="..." \
59
+ # -e STORAGE_TYPE=sqlite # sqlite (default), postgresql, mongodb
60
+ # -e PORT=8080 # change listening port
61
+ # -e LOG_LEVEL=info # debug, info, warn, error
62
+ # -e LOG_FORMAT=text # text or json
63
+ aurorahq/aurora
57
64
  ```
58
65
 
59
66
  **2. Init and start**
@@ -75,7 +82,7 @@ curl http://localhost:8080/v1/chat/completions \
75
82
 
76
83
  The dashboard is at `http://localhost:8080/admin/dashboard`.
77
84
 
78
- **Setup guides:** [npm](https://www.npmjs.com/package/iaurora) · [Docker](https://hub.docker.com/r/aurorallm/aurora) · [Source](https://github.com/aurorallm/aurora)
85
+ **Setup guides:** [npm](https://www.npmjs.com/package/iaurora) · [Docker](https://hub.docker.com/r/aurorahq/aurora) · [Source](https://github.com/aurorallm/aurora)
79
86
 
80
87
  ---
81
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.0.20",
3
- "author": "SantiagoDePolonia",
2
+ "version": "1.0.24",
3
+ "author": "Aurora Gateway",
4
4
  "license": "Apache-2.0",
5
5
  "files": [
6
6
  "bin/",
package/bin/aurora.exe DELETED
Binary file