Skip to content

Commit 2a18b5b

Browse files
committed
updated header
1 parent ffc385b commit 2a18b5b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/Hero.jsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ import blurRedImage from '@/images/blur-red-2.png'
1212

1313
const codeLanguage = 'python'
1414
const code =
15-
`from skllm.models.gpt.classification.zero_shot import
16-
ZeroShotGPTClassifier
15+
`from skllm.classification import ZeroShotGPTClassifier
1716
18-
clf = ZeroShotGPTClassifier(model="gpt-4-turbo")
17+
clf = ZeroShotGPTClassifier(model="gpt-4o")
1918
clf.fit(X,y)
2019
labels = clf.predict(X)`
2120

0 commit comments

Comments
 (0)