Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add config serve_addr & env $SERVE_ADDR for specifying serve addr #839

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

sigoden
Copy link
Owner

@sigoden sigoden commented Sep 5, 2024

aichat -s
# Via Env
AICHAT_SERVE_ADDR=0.0.0.0:3000

# Via config.yaml
serve_addr: 0.0.0.0:3000

close #834

@sigoden sigoden changed the title Feat feat: add config serve_addr & env $SERVE_ADDR for specifying serve addr Sep 5, 2024
@sigoden sigoden merged commit 791b615 into main Sep 5, 2024
3 checks passed
@sigoden sigoden deleted the feat branch September 5, 2024 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow specifying serve address via config.yml
1 participant