-
Notifications
You must be signed in to change notification settings - Fork 9
Submit User model to InferX platform
inferx-net edited this page Apr 27, 2025
·
6 revisions
After deploy InferX platform with https://github.com/inferx-net/inferx/wiki/InferX-platform-0.0.1-deployment, we can submit user model to the platform.
- In the InferX dashbord, click "Apikey" and input username and password created in Keycloak. If deployment is based on Keycloak database image, the default username is "testuser1" and password is "test".
- In the Apikey page, input apikey name under textbox under "Add Apikey" and then click button "Add Apikey name".
- Then the new API Key will generated for the user
- Open local file path of https://github.com/inferx-net/inferx/blob/main/config/models.txt
- Edit IFERX_APIKEY with the generated apikey such as "97146956-2fd9-4b7e-8308-835d81dff85e"
- Open a bash terminal and copy and paste
export KEYCLOAK_URL="http://localhost:1260/authn"
export INFX_GATEWAY_URL="http://localhost:4000"
export IFERX_APIKEY="d485cf31-c313-426f-a3a8-116a7fa97d44"