mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
some gocritic
This commit is contained in:
parent
dad7a987ae
commit
c895a7d13f
10 changed files with 21 additions and 20 deletions
|
@ -306,7 +306,7 @@ type GenerateResponse struct {
|
|||
// Model is the model name that generated the response.
|
||||
Model string `json:"model"`
|
||||
|
||||
//CreatedAt is the timestamp of the response.
|
||||
// CreatedAt is the timestamp of the response.
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
|
||||
// Response is the textual response itself.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue