Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct { Req *v1.CreateChatCompletionRequest Header http.Header RespCh chan *http.Response ErrCh chan error }
Task is an inference task. TODO(kenji): Consider preserving the request context as well.
Click to show internal directories.
Click to hide internal directories.