mirror of
https://github.com/ollama/ollama.git
synced 2026-04-17 21:54:08 +02:00
revert context length warnings change (#15121)
This commit is contained in:
@@ -841,8 +841,7 @@ type CloudStatus struct {
|
||||
|
||||
// StatusResponse is the response from [Client.CloudStatusExperimental].
|
||||
type StatusResponse struct {
|
||||
Cloud CloudStatus `json:"cloud"`
|
||||
ContextLength int `json:"context_length,omitempty"`
|
||||
Cloud CloudStatus `json:"cloud"`
|
||||
}
|
||||
|
||||
// GenerateResponse is the response passed into [GenerateResponseFunc].
|
||||
|
||||
Reference in New Issue
Block a user