File tree Expand file tree Collapse file tree 5 files changed +17
-20
lines changed
Expand file tree Collapse file tree 5 files changed +17
-20
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 126
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/digitalocean%2Fserverless-inference-sdk-prod-bdf24159c6ebb5402d6c05a5165cb1501dc37cf6c664baa9eb318efb0f89dddd.yml
33openapi_spec_hash : 686329a97002025d118dc2367755c18d
4- config_hash : 957c083fd469376dc3f1320ae9222e73
4+ config_hash : 458cab7339af0d949371a36b603d7dcd
Original file line number Diff line number Diff line change 11# Serverless Inference SDK Prod Python API library
22
3- [ ![ PyPI version] ( https://img.shields.io/pypi/v/serverless_inference_sdk_prod .svg )] ( https://pypi.org/project/serverless_inference_sdk_prod / )
3+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/do-genai .svg )] ( https://pypi.org/project/do-genai / )
44
55The Serverless Inference SDK Prod Python library provides convenient access to the Serverless Inference SDK Prod REST API from any Python 3.8+
66application. The library includes type definitions for all request params and response fields,
@@ -15,13 +15,10 @@ The REST API documentation can be found on [help.openai.com](https://help.openai
1515## Installation
1616
1717``` sh
18- # install from the production repo
19- pip install
git+ssh://[email protected] /digitalocean/genai-python.git 18+ # install from PyPI
19+ pip install --pre do-genai
2020```
2121
22- > [ !NOTE]
23- > Once this package is [ published to PyPI] ( https://app.stainless.com/docs/guides/publish ) , this will become: ` pip install --pre serverless_inference_sdk_prod `
24-
2522## Usage
2623
2724The full API of this library can be found in [ api.md] ( api.md ) .
Original file line number Diff line number Diff line change 11[project ]
2- name = " serverless_inference_sdk_prod "
2+ name = " do-genai "
33version = " 0.0.1-alpha.0"
44description = " The official Python library for the serverless-inference-sdk-prod API"
55dynamic = [" readme" ]
Original file line number Diff line number Diff line change 1313annotated-types==0.6.0
1414 # via pydantic
1515anyio==4.4.0
16+ # via do-genai
1617 # via httpx
17- # via serverless-inference-sdk-prod
1818argcomplete==3.1.2
1919 # via nox
2020certifi==2023.7.22
@@ -26,7 +26,7 @@ dirty-equals==0.6.0
2626distlib==0.3.7
2727 # via virtualenv
2828distro==1.8.0
29- # via serverless-inference-sdk-prod
29+ # via do-genai
3030exceptiongroup==1.2.2
3131 # via anyio
3232 # via pytest
@@ -37,8 +37,8 @@ h11==0.14.0
3737httpcore==1.0.2
3838 # via httpx
3939httpx==0.28.1
40+ # via do-genai
4041 # via respx
41- # via serverless-inference-sdk-prod
4242idna==3.4
4343 # via anyio
4444 # via httpx
@@ -64,7 +64,7 @@ platformdirs==3.11.0
6464pluggy==1.5.0
6565 # via pytest
6666pydantic==2.10.3
67- # via serverless-inference-sdk-prod
67+ # via do-genai
6868pydantic-core==2.27.1
6969 # via pydantic
7070pygments==2.18.0
@@ -86,18 +86,18 @@ six==1.16.0
8686 # via python-dateutil
8787sniffio==1.3.0
8888 # via anyio
89- # via serverless-inference-sdk-prod
89+ # via do-genai
9090time-machine==2.9.0
9191tomli==2.0.2
9292 # via mypy
9393 # via pytest
9494typing-extensions==4.12.2
9595 # via anyio
96+ # via do-genai
9697 # via mypy
9798 # via pydantic
9899 # via pydantic-core
99100 # via pyright
100- # via serverless-inference-sdk-prod
101101virtualenv==20.24.5
102102 # via nox
103103zipp==3.17.0
Original file line number Diff line number Diff line change 1313annotated-types==0.6.0
1414 # via pydantic
1515anyio==4.4.0
16+ # via do-genai
1617 # via httpx
17- # via serverless-inference-sdk-prod
1818certifi==2023.7.22
1919 # via httpcore
2020 # via httpx
2121distro==1.8.0
22- # via serverless-inference-sdk-prod
22+ # via do-genai
2323exceptiongroup==1.2.2
2424 # via anyio
2525h11==0.14.0
2626 # via httpcore
2727httpcore==1.0.2
2828 # via httpx
2929httpx==0.28.1
30- # via serverless-inference-sdk-prod
30+ # via do-genai
3131idna==3.4
3232 # via anyio
3333 # via httpx
3434pydantic==2.10.3
35- # via serverless-inference-sdk-prod
35+ # via do-genai
3636pydantic-core==2.27.1
3737 # via pydantic
3838sniffio==1.3.0
3939 # via anyio
40- # via serverless-inference-sdk-prod
40+ # via do-genai
4141typing-extensions==4.12.2
4242 # via anyio
43+ # via do-genai
4344 # via pydantic
4445 # via pydantic-core
45- # via serverless-inference-sdk-prod
You can’t perform that action at this time.
0 commit comments