[PR #1079] [MERGED] Add example using JSON format output #10460

Closed
opened 2026-04-12 23:01:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1079
Author: @technovangelist
Created: 11/10/2023
Status: Merged
Merged: 11/16/2023
Merged by: @technovangelist

Base: mainHead: mattw/jsonexample


📝 Commits (8)

  • 73f3448 add example showing use of JSON format
  • b6817a8 Add gif and finish readme
  • f748331 Update examples/python-json-datagenerator/predefinedschema.py
  • acde081 Update examples/python-json-datagenerator/randomaddresses.py
  • 69795d2 Update examples/python-json-datagenerator/readme.md
  • 47ffb81 Update examples/python-json-datagenerator/readme.md
  • b28a30f Update examples/python-json-datagenerator/predefinedschema.py
  • 30ae6e7 Update randomaddresses.py

📊 Changes

4 files changed (+97 additions, -0 deletions)

View changed files

examples/python-json-datagenerator/predefinedschema.py (+31 -0)
examples/python-json-datagenerator/randomaddresses.py (+31 -0)
examples/python-json-datagenerator/readme.md (+34 -0)
examples/python-json-datagenerator/requirements.txt (+1 -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/1079 **Author:** [@technovangelist](https://github.com/technovangelist) **Created:** 11/10/2023 **Status:** ✅ Merged **Merged:** 11/16/2023 **Merged by:** [@technovangelist](https://github.com/technovangelist) **Base:** `main` ← **Head:** `mattw/jsonexample` --- ### 📝 Commits (8) - [`73f3448`](https://github.com/ollama/ollama/commit/73f3448ede681df8eed25d2a3402ce892069ae29) add example showing use of JSON format - [`b6817a8`](https://github.com/ollama/ollama/commit/b6817a83d89476f4eb3e45e039522f3e1b140b56) Add gif and finish readme - [`f748331`](https://github.com/ollama/ollama/commit/f748331aa346c65913fb304036202acd7dad5525) Update examples/python-json-datagenerator/predefinedschema.py - [`acde081`](https://github.com/ollama/ollama/commit/acde0819d97fa82af7d95da5ae64e0b4fdf6923a) Update examples/python-json-datagenerator/randomaddresses.py - [`69795d2`](https://github.com/ollama/ollama/commit/69795d2db083e723d3c3f0b2b8b5f6673462e13e) Update examples/python-json-datagenerator/readme.md - [`47ffb81`](https://github.com/ollama/ollama/commit/47ffb81db7d000f8b68cec2f7845e9d6c0756966) Update examples/python-json-datagenerator/readme.md - [`b28a30f`](https://github.com/ollama/ollama/commit/b28a30f7ba7505a379f45c45b88efa97c5a22e5e) Update examples/python-json-datagenerator/predefinedschema.py - [`30ae6e7`](https://github.com/ollama/ollama/commit/30ae6e731e2b77ae082e80500b9504d908e476d1) Update randomaddresses.py ### 📊 Changes **4 files changed** (+97 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/python-json-datagenerator/predefinedschema.py` (+31 -0) ➕ `examples/python-json-datagenerator/randomaddresses.py` (+31 -0) ➕ `examples/python-json-datagenerator/readme.md` (+34 -0) ➕ `examples/python-json-datagenerator/requirements.txt` (+1 -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-12 23:01:04 -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#10460