This commit is contained in:
2025-08-25 07:06:50 +02:00
parent ca736d62f3
commit 17e5924e0b
9 changed files with 337 additions and 1 deletions

13
examples_rust/ai/run.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
set -e
# Change to directory where this script is located
cd "$(dirname "${BASH_SOURCE[0]}")"
source ../../config/myenv.sh
# Build the example
cargo build
# Run the example
cargo run --bin openrouter_example