2024 chatgpt update

This commit is contained in:
Your a
2024-05-06 10:24:52 +03:00
parent 6e6445d44a
commit c8302bf3ae
8709 changed files with 190023 additions and 18711 deletions
+4 -2
View File
@@ -1,5 +1,5 @@
[![FastAPI controller builder](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/abstract/abs_4.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22TrW4zaoXL-E0oevBgenYj%22%2C%22flow%22%3Atrue%7D%7D)
# FastAPI controller builder | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22TrW4zaoXL-E0oevBgenYj%22%2C%22flow%22%3Atrue%7D%7D)
Create example FastAPI controllers via text input only.
@@ -24,6 +24,9 @@ Follow this rules when building the code answer:
Answer "FastAPI builder initialised" if rules are clear
```
## Welcome Message
FastAPI builder initialised
## Conversation
**ASSISTANT**: FastAPI builder initialised
@@ -100,4 +103,3 @@ async def get_user_feed():
Note that this code defines a `UserFeed` Pydantic model to represent each individual post in the user's feed. The `get_user_feed` function returns a list of these objects as its response, while the `response_model` parameter in the function decorator ensures that FastAPI automatically validates the returned data against the `UserFeed` model.