-
Already posted about this in another ticket, but that issue has been closed since.
Tried using IAM auth to connect to OpenSearch from a container running in EKS, with
https://docs.aws.amazon.com/…
-
### 🚀 The feature, motivation and pitch
I launched a LLM service by vllm, and I use AsyncOpenAI function for high throughput output. like this:
`
async def async_llm_infer_sampling(prompt, a…
-
**Describe the bug**
Issues with the integration, throwing an excessive amount of errors, eventually causing RAM usage to cap, and CPU usage to Spike.
First error was a async_forward_entry_setup (…
-
After making a few POST requests with large body and small keep-alive, one of the requests ends with the connection aborted.
The server said thats all right, but connection is aborted
It seems s…
-
Program
```
client = Client(user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36')
async def main():
# Asynchronous c…
-
That's my code
```python
async def main():
address = "D4:22:CD:00:03:9B"
async with BleakClient(address) as client:
svcs = await client.get_services()
print("Services…
-
### Is there an existing issue for this?
- [X] Yes, I have searched the existing issues and none of them match my problem.
### Product Variant
Self-Hosted
### Current Behavior
I have a …
-
### Describe the bug
When you change the application name from: a to b I get no token and this error: `invalid_client` in callback.
### Expected behavior
### How to reproduce?
1. Crea…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
2024-11-04 10:14:53.454810: E external/local_xla/xla/stream_executor/cuda/cud…
-
I have folowed the documentation here https://wasp-lang.dev/docs/auth/social-auth/google and put my GOOGLE_CLIENT_ID & GOOGLE_CLIENT_SECRET in /home/ubuntu/dev/coverlettergpt/env.server but still get …