docs: fix syntax error in openai.md (#7986)

This commit is contained in:
湛露先生 2024-12-08 14:14:36 +08:00 committed by GitHub
parent de52b6c2f9
commit 7f0ccc8a9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ embeddings = client.embeddings.create(
```
#### Structured outputs
```py
rom pydantic import BaseModel
from pydantic import BaseModel
from openai import OpenAI
client = OpenAI(base_url="http://localhost:11434/v1", api_key="ollama")