v0.4.0
What's Changed
- New feature: optional
cache_at
variable enables prompt caching with Anthropic Claude 3 models - Change:
max_completion_tokens
gets preference overmax_tokens
when using OpenAI models directly - Fix: Use instance variable @current_prompt instead of local variable by @jsidoryn in #1
- Add an example config for OpenRouter by @markhallen in #3
New Contributors
- @jsidoryn made their first contribution in #1
- @markhallen made their first contribution in #3
Full Changelog: https://github.com/OlympiaAI/raix/commits/0.4.0