[PR #1319] [CLOSED] Function calling example for python. Already created the example using Typescript. #21087

Closed
opened 2026-04-19 15:26:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1319
Author: @technovangelist
Created: 11/29/2023
Status: Closed

Base: mainHead: mattw/python-functioncalling


📝 Commits (2)

  • edd1a2b function calling for python. already had ts.
  • 05162c5 Update readme.md

📊 Changes

5 files changed (+388 additions, -0 deletions)

View changed files

examples/python-functioncalling/emails.txt (+17 -0)
examples/python-functioncalling/extractemail.py (+108 -0)
examples/python-functioncalling/extractwp.py (+52 -0)
examples/python-functioncalling/readme.md (+28 -0)
examples/python-functioncalling/wp.txt (+183 -0)

📄 Description

No description provided


🔄 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/pull/1319 **Author:** [@technovangelist](https://github.com/technovangelist) **Created:** 11/29/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mattw/python-functioncalling` --- ### 📝 Commits (2) - [`edd1a2b`](https://github.com/ollama/ollama/commit/edd1a2b6e8a4c4e1a492e411b4d540c7619904b6) function calling for python. already had ts. - [`05162c5`](https://github.com/ollama/ollama/commit/05162c56aae1a25a737d9853886122f1182c427e) Update readme.md ### 📊 Changes **5 files changed** (+388 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/python-functioncalling/emails.txt` (+17 -0) ➕ `examples/python-functioncalling/extractemail.py` (+108 -0) ➕ `examples/python-functioncalling/extractwp.py` (+52 -0) ➕ `examples/python-functioncalling/readme.md` (+28 -0) ➕ `examples/python-functioncalling/wp.txt` (+183 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 15:26:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#21087