[PR #207] [CLOSED] Adding an example how you can ask several models something. #411

Closed
opened 2026-02-15 16:30:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/207
Author: @gonaumov
Created: 7/6/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 5b7be33 Adding 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama-python/pull/207 **Author:** [@gonaumov](https://github.com/gonaumov) **Created:** 7/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`5b7be33`](https://github.com/ollama/ollama-python/commit/5b7be33fc3bfbbde77288f0afd776dfa61f2d70c) Adding 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) <details> <summary>View changed files</summary> ➕ `examples/asking-several-models/README.md` (+4 -0) ➕ `examples/asking-several-models/main.py` (+34 -0) </details> ### 📄 Description I am offering an example how you can ask a question several modells, display their responses and store them in a text file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:30:18 -05:00
yindo closed this issue 2026-02-15 16:30:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#411