feat: add automatic client retry logic with exponential backoff
All checks were successful
Publish to PyPI / publish (push) Successful in 16s
All checks were successful
Publish to PyPI / publish (push) Successful in 16s
This commit is contained in:
parent
5040d181d2
commit
93adb6c45c
7 changed files with 87 additions and 66 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "nomyo"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
description = "OpenAI-compatible secure chat client with end-to-end encryption for NOMYO Inference Endpoints"
|
||||
authors = [
|
||||
{name = "NOMYO.AI", email = "ichi@nomyo.ai"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue