Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 53f2504

Browse files
committed
docs: changed link to docs, readme syntax
Signed-off-by: Mairead O'Neill <moneill@ibm.com>
1 parent 2753561 commit 53f2504

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,16 @@ pip install ibm-generative-ai
5151
#### <a name='KnownIssueFixes:'></a>Known Issue Fixes:
5252
- **[SSL Issue]** If you run into "SSL_CERTIFICATE_VERIFY_FAILED" please run the following code snippet here: [support](SUPPORT.md).
5353

54-
### <a name='Pre-requisites'></a>Pre-requisites
54+
### <a name='Prerequisites'></a>Prerequisites
5555
Python version >= 3.9
5656

5757
Pip version >= 22.0.1
5858

5959
Check your pip version with `pip --version` and if needed run the following command to upgrade pip.
6060

61-
`pip install --upgrade "pip>=22.0.1"`
61+
```bash
62+
pip install --upgrade "pip>=22.0.1"
63+
```
6264

6365

6466
## <a name='GenAIEndpoint'></a>Gen AI Endpoint

documentation/docs/source/rst_source/local_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can view the documentation for CustomModel `here <https://github.com/IBM/ibm
5555
5656
**Instantiate parameters for text generation.**
5757

58-
Use the GenerateParams() method to instantiate the parameters. The schema for this method can be found `here <https://github.com/IBM/ibm-generative-ai/blob/23f2a42a706b7fb8d99c21da0ddac909528ca1ba/src/genai/schemas/generate_params.py#L48/>`_.
58+
Use the GenerateParams() method to instantiate the parameters. The schema for this method can be found `here <https://ibm.github.io/ibm-generative-ai/rst_source/genai.schemas.generate_params.html#genai.schemas.generate_params.GenerateParams/>`_.
5959

6060
|
6161

0 commit comments

Comments
 (0)