mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-15 00:15:01 +08:00
[Doc] Fix internal links so they don't always point to latest (#20563)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
parent
45877ef740
commit
923147b5e8
@ -157,7 +157,7 @@ As an example, we can use to define a specific format of simplified SQL queries:
|
|||||||
print(completion.choices[0].message.content)
|
print(completion.choices[0].message.content)
|
||||||
```
|
```
|
||||||
|
|
||||||
See also: [full example](https://docs.vllm.ai/en/latest/examples/online_serving/structured_outputs.html)
|
See also: [full example](../examples/online_serving/structured_outputs.md)
|
||||||
|
|
||||||
## Reasoning Outputs
|
## Reasoning Outputs
|
||||||
|
|
||||||
@ -200,7 +200,7 @@ Note that you can use reasoning with any provided structured outputs feature. Th
|
|||||||
print("content: ", completion.choices[0].message.content)
|
print("content: ", completion.choices[0].message.content)
|
||||||
```
|
```
|
||||||
|
|
||||||
See also: [full example](https://docs.vllm.ai/en/latest/examples/online_serving/structured_outputs.html)
|
See also: [full example](../examples/online_serving/structured_outputs.md)
|
||||||
|
|
||||||
## Experimental Automatic Parsing (OpenAI API)
|
## Experimental Automatic Parsing (OpenAI API)
|
||||||
|
|
||||||
@ -325,4 +325,4 @@ shown below:
|
|||||||
print(outputs[0].outputs[0].text)
|
print(outputs[0].outputs[0].text)
|
||||||
```
|
```
|
||||||
|
|
||||||
See also: [full example](https://docs.vllm.ai/en/latest/examples/online_serving/structured_outputs.html)
|
See also: [full example](../examples/online_serving/structured_outputs.md)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user