[PR #1419] [MERGED] Simple chat example for typescript #57272

Closed
opened 2026-04-29 11:51:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1419
Author: @technovangelist
Created: 12/7/2023
Status: Merged
Merged: 12/7/2023
Merged by: @technovangelist

Base: mainHead: mattw/typescript-simplechat


📝 Commits (7)

  • 1ade380 Simple chat example for typescript
  • 30229a9 Update examples/typescript-simplechat/client.ts
  • b84d34e Update examples/typescript-simplechat/readme.md
  • 6cc823c Update examples/typescript-simplechat/client.ts
  • 5344f88 Update examples/typescript-simplechat/client.ts
  • fa75998 Update examples/typescript-simplechat/readme.md
  • 02fe26c update the readme as per bruce

📊 Changes

3 files changed (+117 additions, -0 deletions)

View changed files

examples/typescript-simplechat/client.ts (+77 -0)
examples/typescript-simplechat/package.json (+1 -0)
examples/typescript-simplechat/readme.md (+39 -0)

📄 Description

A simple example of the chat endpoint


🔄 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/1419 **Author:** [@technovangelist](https://github.com/technovangelist) **Created:** 12/7/2023 **Status:** ✅ Merged **Merged:** 12/7/2023 **Merged by:** [@technovangelist](https://github.com/technovangelist) **Base:** `main` ← **Head:** `mattw/typescript-simplechat` --- ### 📝 Commits (7) - [`1ade380`](https://github.com/ollama/ollama/commit/1ade380bd73424f1a11639daa0c338b1b9092dea) Simple chat example for typescript - [`30229a9`](https://github.com/ollama/ollama/commit/30229a913cad1bec8b78a5ca349c14856261a71c) Update examples/typescript-simplechat/client.ts - [`b84d34e`](https://github.com/ollama/ollama/commit/b84d34e632a8636c837d0c901a879467b51f2c7b) Update examples/typescript-simplechat/readme.md - [`6cc823c`](https://github.com/ollama/ollama/commit/6cc823c9b5725a38d15c3bbda2389b8b7d0fc013) Update examples/typescript-simplechat/client.ts - [`5344f88`](https://github.com/ollama/ollama/commit/5344f886c8e4800df1ac23a207921acd37cb5300) Update examples/typescript-simplechat/client.ts - [`fa75998`](https://github.com/ollama/ollama/commit/fa75998c0db9f993346456549100ecba77d1381c) Update examples/typescript-simplechat/readme.md - [`02fe26c`](https://github.com/ollama/ollama/commit/02fe26c44b8c96744c7467c631c81af1bdf00921) update the readme as per bruce ### 📊 Changes **3 files changed** (+117 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/typescript-simplechat/client.ts` (+77 -0) ➕ `examples/typescript-simplechat/package.json` (+1 -0) ➕ `examples/typescript-simplechat/readme.md` (+39 -0) </details> ### 📄 Description A simple example of the chat endpoint --- <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-29 11:51:17 -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#57272