Skip to content

Commit

Permalink
include release notes for custom servers
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Nov 21, 2023
1 parent 0bcaa01 commit 3299d6a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 1.1.0

- Support setting a custom `base_url`

```python
from chatlab import Chat
chat = Chat(
base_url="http://localhost:8000/v1",
api_key="functionary"
)
```

## [1.0.3]

### Fixed
Expand Down

0 comments on commit 3299d6a

Please sign in to comment.