We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4638f commit 3b54ff6Copy full SHA for 3b54ff6
.github/workflows/nightly-test.yml
@@ -82,7 +82,7 @@ jobs:
82
83
services:
84
redis:
85
- image: redis/redis-stack-server:latest
+ image: redis:8
86
ports:
87
- 6379:6379
88
.gitignore
@@ -228,3 +228,4 @@ python-recipes/vector-search/datasets
228
229
litellm_proxy.log
230
litellm_redis.yml
231
+.vscode/
0 commit comments