Skip to content

v1.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 02:32
· 75 commits to main since this release
  • Support setting a custom base_url
from chatlab import Chat
chat = Chat(
  base_url="http://localhost:8000/v1",
  api_key="functionary"
)