-
Dear all,
How can I extract the results from an analyzed RMxprt project with python code? the APIs seems not work.
Best,
Jinlong
-
If `Py_LIMITED_API` is defined and `pybuffer.i` is used, SWIG generated code uses `PyObject_AsReadBuffer()`, which is no longer available with Python-3.13.
This is with SWIG 4.2.1.
To reproduce:…
-
### Describe the feature
As part of 1.1 release, we were unable to determine which Symbols are part of the glide client API and which Symbols do not need to be exported as part of the client release.…
-
### Issue Type
Api Usage
### Search for existing issues similar to yours
No
### Kuscia Version
kuscia v0.11.0b0
### Link to Relevant Documentation
https://github.com/secretflow/kuscia/blob/v0.1…
-
# 🐛 Bug Report:
### Describe the bug
When using openapi-generator-cli version 7.9.0 to generate Python client code with the `--api-package` option, the generator does not create an `__init__.py` f…
-
code fails at
response = openai.ChatCompletion.create(
model="gpt-3.5-turbo",
messages=conversations[session_id],
max_tokens=200
)
where the error points to the version of openai. Sugge…
-
At least, the following APIs must be supported:
- STAC
- OGC Records
- OpenSearch
This issue refers to a task from the Implementation Proposal and will act as top-level issue for specific task…
-
## Context
Currently there are multiple ways to reshape model inputs in Python API. They are defined as [bindings to C++ code](https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/pyt…
-
Our API is currently public, need to set up an authentication route to generate a bearer token which will be required for all other endpoints.
Or does Firebase Auth support this already?
-
**Is your feature request related to a problem? Please describe.**
In order to use the Batch Speech API, the sample code instructs us to generate client code from the [Swagger API definition](https:/…