tabby/crates/http-api-bindings
Meng Zhang 17397c8c8c
feat: add http api bindings (#410)
* feat: add http-api-bindings

* feat: add http-api-bindings

* hand max_input_length

* rename

* update

* update

* add examples/simple.rs

* update

* add default value for stop words

* update

* fix lint

* update
2023-09-09 03:59:42 +00:00
..
examples feat: add http api bindings (#410) 2023-09-09 03:59:42 +00:00
src feat: add http api bindings (#410) 2023-09-09 03:59:42 +00:00
Cargo.toml feat: add http api bindings (#410) 2023-09-09 03:59:42 +00:00
README.md feat: add http api bindings (#410) 2023-09-09 03:59:42 +00:00

README.md

Usage

export MODEL_ID="code-gecko"
export PROJECT_ID="$(gcloud config get project)"
export API_ENDPOINT="https://us-central1-aiplatform.googleapis.com/v1/projects/${PROJECT_ID}/locations/us-central1/publishers/google/models/${MODEL_ID}:predict"
export AUTHORIZATION="Bearer $(gcloud auth print-access-token)"

cargo run --example simple