mirror of
https://github.com/open-webui/docs.git
synced 2026-01-04 10:46:26 +07:00
fix: missing syntax coloring of python in examples
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,8 @@ Valves are configurable by admins alone via the Tools or Functions menus. On the
|
||||
<details>
|
||||
<summary>Commented example</summary>
|
||||
|
||||
```
|
||||
```python
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
from typing import Literal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user