mirror of
https://github.com/hnewcity/KiroaaS.git
synced 2026-04-24 23:15:50 +03:00
[GH-ISSUE #3] 目前的服务只有本地可访问,当我同一个网络下,局域网ip无法访问。 #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/KiroaaS#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @benson-singapore on GitHub (Feb 13, 2026).
Original GitHub issue: https://github.com/hnewcity/KiroaaS/issues/3
curl http://192.168.1.120:8000/v1/chat/completions
-H "Content-Type: application/json"
-H "Authorization: Bearer sk-秘钥"
-d '{
"model": "claude-sonnet-4-5",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'
curl: (7) Failed to connect to 192.168.1.120 port 8000 after 1 ms: Couldn't connect to server
@hnewcity commented on GitHub (Feb 13, 2026):
Yes, currently only local access is supported. Thank you for your suggestion; it will be supported in the next version.
@hnewcity commented on GitHub (Feb 18, 2026):
The feature is now avaliable in the latest release (v1.1.0). You can enable the LAN access on setting page. Thanks for your contribution!