mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 00:55:21 -04:00
Chat example #103
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MikeyBeez on GitHub (Jun 18, 2024).
The examples for chat have nothing to do with chatting. They are exactly the same as for generation. Doesn't chat include things like coreference resolution? Is this function special for chat or is it generation with another name?
@PortMaster1 commented on GitHub (Apr 14, 2025):
I believe it's the same thing, they just used the same sample text. I could also be wrong, so I'd ask a member. I believe that generation is for like generating a paragraph on why birds migrate, while chat is for having a conversation.