Chae SeungWoo
Chae SeungWoo
Thank you for contributing to this library. I didn't expect to receive other people's PR from foreign countries. This is a very interesting and exciting experience. Anyway, I am not...
Ollama is currently often missing `eval_duration` from the response. (https://github.com/ollama/ollama/issues/8553) This happens frequently when `maxTokens`(`num_predict` in Ollama) are low (Ex. `1`). https://github.com/sgomez/ollama-ai-provider/blob/e16c053d66d935aa82012fb20cae9273c37018e7/packages/ollama/src/ollama-chat-language-model.ts#L381 I think it will be solved by making...