Explorar o código

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

湛露先生 hai 5 meses
pai
achega
7f0ccc8a9d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/openai.md

+ 1 - 1
docs/openai.md

@@ -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")