retailbench / byteplus_example.py
aongwachi's picture
Upload byteplus_example.py with huggingface_hub
b045b22 verified
Raw
History Blame Contribute Delete
235 Bytes
from litellm import completion
res = completion(
api_key="d6c8d0f9-b274-4540-915e-34efc0919db9",
api_base="https://ark.ap-southeast.bytepluses.com/api/v3",
model="openai/deepseek-v3-2-251201",
messages=safe_messages,
)