Views
LLMConfigViewSet
Bases: ModelViewSet
Source code in API/llm/views.py
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|
serializer_class = LLMConfigRecordsSerializer
class-attribute
instance-attribute
List all available llm config records
list(request, *args, **kwargs)
Override the post method to add custom swagger documentation.
Source code in API/llm/views.py
22 23 24 25 26 27 28 29 30 31 |
|