Ivo Herweijer
Results
1
issues of
Ivo Herweijer
## Temperature and seed parameters should be part of 'options' According to [the docs](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion) temperature and seed should be passed as options: ```curl curl http://localhost:11434/api/chat -d '{ "model": "llama3", "messages":...
enhancement