Skip to content

Commit

Permalink
fix sync_bot_settings init (#116)
Browse files Browse the repository at this point in the history
expose sync_bot_settings
  • Loading branch information
JohntheLi authored Jul 23, 2024
1 parent c8dbd3f commit 72e0ffd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "hatchling.build"

[project]
name = "fastapi_poe"
version = "0.0.46"
version = "0.0.47"
authors = [
{ name="Lida Li", email="[email protected]" },
{ name="Jelle Zijlstra", email="[email protected]" },
{ name="Anmol Singh", email="[email protected]" },
{ name="Yusheng Ding", email="[email protected]" },
{ name="Kris Yang", email="[email protected]" },
{ name="John Li", email="[email protected]" },
]
description = "A demonstration of the Poe protocol using FastAPI"
readme = "README.md"
Expand Down
2 changes: 2 additions & 0 deletions src/fastapi_poe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"ToolCallDefinition",
"ToolResultDefinition",
"MessageFeedback",
"sync_bot_settings",
]

from .base import PoeBot, make_app, run
Expand All @@ -31,6 +32,7 @@
get_bot_response,
get_final_response,
stream_request,
sync_bot_settings,
)
from .types import (
Attachment,
Expand Down

0 comments on commit 72e0ffd

Please sign in to comment.