Hey, trying to understand - you're using multiple azure openai models, so that's likely setting a d
Hey, trying to understand
- you're using multiple azure openai models, so that's likely setting a different cache key each time
- you'd like to get the same response each time though, because it's the same prompt, even though it's using different models
is that correct?
-then for your last bit. using cf-skip-cache: true means you'll bypass the cached version and fetch directly from provider. are you saying you got the same response each time even though you were using cf-skip-cache: true?
0 Replies