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

86c23up1f interface with chap #15

Merged
merged 10 commits into from
Mar 4, 2025
5 changes: 4 additions & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ CLICKHOUSE_URL=http://localhost:8123
CLICKHOUSE_USER=
CLICKHOUSE_PASSWORD=dev_password_only

# Chap Configuration
# The URL to the CHAP CLI API that is used by the /upload endpoint to make predictions
CHAP_CLI_API_URL=http://localhost:9697

# Chap Configuration used by the /predict endpoint
CHAP_URL=http://localhost:8000
Loading