Jo

Results 48 issues of Jo

## Type of changes - [ ] Bug fix - [ ] New feature - [ ] Documentation / docstrings - [ ] Tests - [x] Other ## Checklist -...

Added a few warning filters because: - `_models.py` and `test_multiplart.py` are relying on deprecated`cgi` - `certifi` is using deprecated `importlib.resources.path` - `rich` is using deprecated `sre_constants`

This PR revert #2060, which caused #2175. Fixes #2175.

Closes #2115 Sharded pub/sub ref: https://redis.io/docs/reference/cluster-spec/#publishsubscribe

#2060 cause `SetReadDeadline` not called, so `PubSub.ReceiveTimeout(ctx, 0)` will not get a read deadline set, thus it will receive the `i/o timeout` error after some time. Related #2139. ## Expected...

- Add model check for `CreateCompletionStream` and `CreateChatCompletionStream`. - Correct model check in `CreateCompletion`.

Hi, I added a link to my chatgpt project in the Bubble Tea in the Wild section of the README. This is how it looks: ![chatgpt-1 0](https://user-images.githubusercontent.com/10510431/229564407-e4c0b6bf-adfb-40f0-a63c-840dafbc1291.gif)

## Changes in this PR - Removed the old `rye/find-downloads.py` after #644. - Instroduces a `Finder` base class, and implement logic in `CPythonFinder` and `PyPyFinder` subclasses. - Instead of fetching...

Based on #680, should rebase after that gets merged. The actual diff: https://github.com/j178/rye/compare/refactor-finder...pypy-finder