mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Suggestion: Use models to encapsulate request/responses #12
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 @sachinsachdeva on GitHub (Jan 27, 2024).
consider using models to properly encapsulate request/responses
for example
would become something like
@adriens commented on GitHub (Jan 31, 2024):
➕ 1️⃣
@ParthSareen commented on GitHub (Feb 13, 2025):
😄 supported now!