Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
acer-king committed Dec 4, 2024
1 parent 0a68521 commit 609d2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortext/dendrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def call_stream(
async with session.post(
url,
headers=synapse.to_headers(),
json=synapse.dict(),
json=synapse.model_dump(),
) as response:
# Use synapse subclass' process_streaming_response method to yield the response chunks
try:
Expand Down

0 comments on commit 609d2a9

Please sign in to comment.