-
Exception in thread Thread-2 (start_in_theard):
Traceback (most recent call last):
File "D:\App\python\lib\site-packages\Agently\Agent\Agent.py", line 240, in start_in_theard
reply = loop.run…
Bbbnz updated
4 months ago
-
It's currently not ideal to use this library together with Python's async/await.
We should support asynchronous constructors and factories.
Async constructors are also a bigger problem since one…
-
🐛 **Describe the bug**
When a parameter is given in snake_case, this causes a failure of the function framework to run:
```python
@blueprint.activity_trigger(input_name="file_id")
async def hand…
-
### System Info
WSL2
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### 🐛 Describe the bug
Running Llama3.2-3B-Instruct and get the error `ValueError: Llama3.1-8…
-
### Describe the bug
Traceback:
site-packages/aiomysql/connection.py\", line 75, in _connect\n await conn._connect()\n File \"/python3.11/site-packages/aiomysql/connection.py\", line 540, in _co…
-
Hi,
I've been using [litellm](https://docs.litellm.ai/) for a while now, it's a python library that enables using pretty much any API you can want for LLMs (Mistral, openrouter, localai, huggingfac…
-
#### Environment details
- OS type and version: Colab Enterprise
- Python version: py-310 (from reasoning-engine image)
- pip version: `pip --version` Unsure
- `langchain-google-alloydb…
-
### Describe the bug
I want to use pass parameter in URL like requests method, but it give me different response
### To Reproduce
1. Import packages:
```python
import aiohttp
import asyncio
imp…
-
**Is your feature request related to a problem? Please describe.**
The high-level `spanner.Client` API is all blocking methods. To develop a FastAPI service using Spanner as a datastore it would be g…
-
**Bug Report**
When trying to annotate overloads for an asynccontextmanager, I think mypy incorrectly reports an invalid return type.
**To Reproduce**
```python
from contextlib import asyncc…