-
`uv run -m` will not respond to PEP 723 inline script metadata that is included in the script module. My motivating use case is that I typically have some developer and CI conveniences wrapped up in a…
-
Hi,
- The healpix python library has a get_nside() function, which takes a healpix map as an input and returns the corresponding nside. Is there an corresponding function in the julia library?
- …
-
**Is your feature request related to a problem? Please describe.**
It seems the ucrtbase.dll and couple of other crt runtime dlls are always included
to maintain compatibility at win7 (read fr…
-
### Confirm this is an issue with the Python library and not an underlying OpenAI API
- [X] This is an issue with the Python library
### Describe the bug
I get `ERROR:api.routes:Error in event gene…
-
When using basedpyright's `reportShadowedImports` rule in projects compiled with Cython or mypyc, there are recurring false positives where it incorrectly flags project-specific files as overriding st…
-
## Environment data
- Pylance version: `v2024.10.1`
- OS and version: `Win11 24H2`
- Python version (& distribution if applicable, e.g. Anaconda): `Conda Python 3.10.12`
## Code Snippet
…
-
**Describe the bug**
I'm using AzureChatOpenAI. I was able to create a model instance, to send a prompt and to get an answer:
```
chat_model = AzureChatOpenAI(
base_url="https://abc.verycoolco…
-
### Project to be claimed
`pcntl`: (standard library)
### Your PyPI username
`LewisCowles1986`: https://pypi.org/user/LewisCowles1986/
### Reasons for the request
`pcntl` throws a module not foun…
-
Very cool! Would it be complicated to use a python library which unifies the calling of different models so we could use Claude / OpenAI / local LLama etc?
maelp updated
2 weeks ago
-
It should be trivial to do something like this in a Jupyter notebook:
```
%pip install dclient
```
```python
from dclient import RemoteDatabase
db = RemoteDatabase("https://simon.datasette.cloud…