mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
[PR #207] [CLOSED] Adding an example how you can ask several models something. #411
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?
📋 Pull Request Information
Original PR: https://github.com/ollama/ollama-python/pull/207
Author: @gonaumov
Created: 7/6/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
5b7be33Adding an example how you can ask several models something, display the response and store it in a text file.📊 Changes
2 files changed (+38 additions, -0 deletions)
View changed files
➕
examples/asking-several-models/README.md(+4 -0)➕
examples/asking-several-models/main.py(+34 -0)📄 Description
I am offering an example how you can ask a question several modells, display their responses and store them in a text file.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.