mirror of
https://github.com/fumiama/deepinfra.git
synced 2026-06-16 17:10:24 +08:00
feat(model): add stream param to ollama
This commit is contained in:
@@ -21,6 +21,7 @@ type OLLaMA struct {
|
|||||||
Temperature float32 `json:"temperature"` // Temperature 0.7
|
Temperature float32 `json:"temperature"` // Temperature 0.7
|
||||||
TopP float32 `json:"top_p"` // TopP 0.9
|
TopP float32 `json:"top_p"` // TopP 0.9
|
||||||
MaxTokens int `json:"max_tokens"` // MaxTokens 4096
|
MaxTokens int `json:"max_tokens"` // MaxTokens 4096
|
||||||
|
Stream bool `json:"stream"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewOLLaMA use temp 0.7, topp 0.9, maxn 4096 if you don't know the meaning.
|
// NewOLLaMA use temp 0.7, topp 0.9, maxn 4096 if you don't know the meaning.
|
||||||
|
|||||||
Reference in New Issue
Block a user