mirror of
https://github.com/ollama/ollama.git
synced 2025-08-04 05:22:42 +02:00
some gocritic
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user