Skip to content

Commit ed3a763

Browse files
authored
Update README.md
1 parent 2c59221 commit ed3a763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ labels = clf.predict(X_test)
343343
Example 4: Fine-tuning a GPT model for text to text tasks
344344

345345
```python
346-
from skllm.models.gpt import GPTC
346+
from skllm.models.gpt import GPT
347347

348348
clf = GPT(
349349
base_model = "gpt-3.5-turbo-0613",

0 commit comments

Comments
 (0)