Skip to content

Commit fad1b69

Browse files
committed
Update embeddings.py
1 parent 57eed07 commit fad1b69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/embeddings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
from aimlapi import AIMLAPI
21
import numpy as np
32

4-
aimlapi = AIMLAPI()
3+
from aimlapi import AIMLAPI
54

5+
aimlapi = AIMLAPI()
66

77
response = aimlapi.embeddings.create(
88
model="text-embedding-3-small",

0 commit comments

Comments
 (0)