IBM / ibm-generative-ai

IBM-Generative-AI is a Python library built on IBM's large language model REST interface to seamlessly integrate and extend this service in Python programs.
https://ibm.github.io/ibm-generative-ai/
Apache License 2.0
245 stars 101 forks source link

DOCS: watsonx.ai enpoints instead of bam-api.res.ibm.com #322

Closed Max-Jesch closed 6 months ago

Max-Jesch commented 6 months ago

What type of documentation needs to be updated? [X] API documentation [ ] Code of Conduct (CoC) [ ] Contribution Guide [ ] README file [ ] Project Team

I cannot find documentation about how to use watsonx.ai instead of bam-api.res.ibm.com . I think there should be information about this, or am I missing something?

In my opinion references to the IBM internal platform like here should be avoided, since this is a public asset.

Tomas2D commented 6 months ago

We have links to the WatsonX SDK/Documentation on the homepage of this repository. This SDK is not compatible with watsonx.ai.

Tomas2D commented 6 months ago

Referencing the API is completely fine; it's publicly accessible, and everyone can read it from the source code.