Skip to content

Commit

Permalink
typo: fix bam api url in documentation (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-g15-ibm authored Feb 14, 2024
1 parent 09c5ecc commit f192bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genai/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Credentials(BaseModel):
Examples:
Create a Credentials instance with explicit api_endpoint::
credentials = Credentials(api_key="your_api_key", api_endpoint="https://bam-api.res.ibm")
credentials = Credentials(api_key="your_api_key", api_endpoint="https://bam-api.res.ibm.com")
Create a Credentials instance with default api_endpoint::
Expand Down

0 comments on commit f192bf4

Please sign in to comment.