testtt / test_secretes
bryantest's picture
Create test_secretes
412e3e9 verified
raw
history blame contribute delete
168 Bytes
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