There was an error while loading. Please reload this page.
1 parent 57eed07 commit fad1b69Copy full SHA for fad1b69
1 file changed
examples/embeddings.py
@@ -1,8 +1,8 @@
1
-from aimlapi import AIMLAPI
2
import numpy as np
3
4
-aimlapi = AIMLAPI()
+from aimlapi import AIMLAPI
5
+aimlapi = AIMLAPI()
6
7
response = aimlapi.embeddings.create(
8
model="text-embedding-3-small",
0 commit comments