"mmdet3d/vscode:/vscode.git/clone" did not exist on "406ce50b6cb5351b2000afff8b9acd7922c98be2"
Unverified Commit 7f0ccc8a authored by 湛露先生's avatar 湛露先生 Committed by GitHub
Browse files

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

parent de52b6c2
...@@ -61,7 +61,7 @@ embeddings = client.embeddings.create( ...@@ -61,7 +61,7 @@ embeddings = client.embeddings.create(
``` ```
#### Structured outputs #### Structured outputs
```py ```py
rom pydantic import BaseModel from pydantic import BaseModel
from openai import OpenAI from openai import OpenAI
client = OpenAI(base_url="http://localhost:11434/v1", api_key="ollama") client = OpenAI(base_url="http://localhost:11434/v1", api_key="ollama")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment