openrouter_api 0.5.1

A Rust client library for the OpenRouter API
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Automatically sets up your devbox environment whenever you cd into this
# directory via our direnv integration:

eval "$(devbox generate direnv --print-envrc)"

# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
# for more details