Skip to content

fix: update outdated Predibase endpoint URL in Python client README#784

Open
Anai-Guo wants to merge 1 commit intopredibase:mainfrom
Anai-Guo:fix-readme-endpoint-url
Open

fix: update outdated Predibase endpoint URL in Python client README#784
Anai-Guo wants to merge 1 commit intopredibase:mainfrom
Anai-Guo:fix-readme-endpoint-url

Conversation

@Anai-Guo
Copy link
Copy Markdown

Problem

The endpoint_url in clients/python/README.md under the Predibase Inference Endpoints section uses the old URL pattern:

https://api.app.predibase.com/v1/llms/{llm_deployment_name}

The correct URL pattern (as documented at loraexchange.ai) is:

https://serving.app.predibase.com/{predibase_tenant_short_code}/deployments/v2/llms/{llm_deployment_name}

Fix

Updated the endpoint URL to match the current Predibase API.

Fixes #775

The endpoint URL pattern has changed from
api.app.predibase.com/v1/llms/{name} to
serving.app.predibase.com/{tenant}/deployments/v2/llms/{name}

Fixes predibase#775
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.

Outdated Endpoint URL in clients/python/README.md

2 participants