You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importasyncioimportxai_sdkasyncdefmain():
client=xai_sdk.Client(api_key="YOUR_API_KEY", api_host="api.x.ai")
prompts= [
"This is a crazy promotion for a new product.",
"This is not a crazy promotion"
]
asyncforembeddinginclient.embedder.embed(texts=prompts, model_name="spam"):
print(embedding)
asyncio.run(main())
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: