-
The current Hyx's rate limiter APIs were inspired by resilience4j/Polly. So each instance of rate limiter handles one rate limit "shard" (e.g. basically, the level on which you apply rate limiting. It…
-
**Describe the solution you'd like**
I use bottle as web framework and the WSGI Instrumentation to trace my app. It's work fine, but I can't config an exclude list (as for flask or fastAPI).
**Des…
-
Story1: Create a Framework for FastAPI-Python-OpenAI integration
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
pip
### Package manager version
_No response_
### Language version
python …
-
Research and select a technology to use for the applications back-end API. Document the chosen technology and any major related technologies within the repositories Wiki pages. Include versions so tha…
-
I am running into an issue with the logger implementation throwing the following error:
```
--- Logging error ---
Traceback (most recent call last):
File "/usr/local/lib/python3.9/logging/__in…
-
I am trying to integrate rodi with FastAPI but I am not sure how should I approach to the problem.
Is there any example? Flask or any other web framework example would also help
-
Modify the chatbot's user interface components to support the FastAPI integration. Update `prompt-form.tsx` to include form fields or input components for users to enter task descriptions, code snippe…
j-94 updated
8 months ago
-
**Describe the bug**
When I use Python3 (Python 3.12.3) as installed by homebrew on my Mac, the `python -m r2r.examples.servers.basic_pipeline --config local_ollama` command errors out with:
```
…
-
Any good link to learn how to make APIs?