Skip to content

Commit

Permalink
fastapi_poe client: update attachment upload url
Browse files Browse the repository at this point in the history
  • Loading branch information
chris00zeng committed Jan 8, 2024
1 parent 01e894a commit cbeb12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastapi_poe/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async def _make_file_attachment_request(
content_type: Optional[str] = None,
is_inline: bool = False
) -> AttachmentUploadResponse:
url = "https://www.quora.com/poe_api/file_attachment_POST"
url = "https://www.quora.com/poe_api/file_attachment_3RD_PARTY_POST"

async with httpx.AsyncClient(timeout=120) as client:
try:
Expand Down

0 comments on commit cbeb12f

Please sign in to comment.