Skip to content

Change proposed in example/chat-with-history.py to overcome runtime error. #337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 24, 2024
Merged

Change proposed in example/chat-with-history.py to overcome runtime error. #337

merged 2 commits into from
Nov 24, 2024

Conversation

shahil-yadav
Copy link
Contributor

append() method accepts only 1 argument. We can use extend() method as an alternative.

append() method accepts only 1 argument. We can use extend() method as an alternative.
@ParthSareen ParthSareen merged commit 6c44bb2 into ollama:main Nov 24, 2024
@shahil-yadav shahil-yadav deleted the patch-1 branch November 24, 2024 18:55
pressdarling pushed a commit to pressdarling/ollama-python that referenced this pull request Dec 1, 2024
Fix chat-with-history.py example

---------

Co-authored-by: Parth Sareen <parth.sareen@ollama.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants