-
**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…
-
### Is this a duplicate?
- [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.m…
-
When I try to install it it keeps saying this:
Traceback (most recent call last):
File "kcc.py", line 76, in
File "kindlecomicconverter\startup.py", line 29, in start
File "PyInstaller\…
-
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…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
```
uv venv
source .venv/bin/activate
python -c "from tkinter import Tk; window = Tk()"
```
This gives me the error message:
```
Traceback (most recent call last):
File "", line 1, in…
-
I managed to add and compile STLIB and SoftRobots but when i try to start a scene it seems that Python does not find the library.
[ERROR] [SofaPython3::SceneLoader] Unable to completely load the…
-
### Initial Checks
- [X] I confirm that I'm using Types-Confluent-Kafka
### Description
`confluent-kafka-python` library has a default value for the `max_schemas_per_subject` parameter in the…
-
I want to install pip module and pyrogram module for my project in flutter
-
Below is a simplified reproducer of https://github.com/conda-forge/gdal-feedstock/issues/995:
```bash
$ echo "int foo() { return 0; }" > foo.c
$ gcc foo.c -shared -fPIC -o libfoo.so
$ echo "%inl…