iaurora 1.0.21 → 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 +8 -1
- package/package.json +2 -2
- package/bin/aurora.exe +0 -0
package/README.md
CHANGED
|
@@ -26,7 +26,6 @@
|
|
|
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
28
|
<img src="https://img.shields.io/docker/pulls/aurorahq/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>
|
|
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,6 +52,14 @@ 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_..." \
|
|
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
|
|
56
63
|
aurorahq/aurora
|
|
57
64
|
```
|
|
58
65
|
|
package/package.json
CHANGED
package/bin/aurora.exe
DELETED
|
Binary file
|