Update Documentation

This commit is contained in:
Jason Liu
2024-02-05 20:40:50 -05:00
parent d47637cefa
commit b8df2becde
15 changed files with 104 additions and 685 deletions
+3
View File
@@ -53,6 +53,9 @@ This is very helpful because once we use something like FastAPI to create endpoi
4. Schema and Response Model for the language model.
```python
from typing import List
from pydantic import BaseModel, ValidationInfo, model_validator
class Tag(BaseModel):
id: int
name: str