import numpy as np import scipy as sp api_key = "sw-xyz1234567891213" def call_inference(prompt: str) -> str: result = call_api(prompt, api_key) return result

#21

cd README && git fetch origin refs/pr/21:pr/21

Teddytim1 changed pull request status to open
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment