[PR #462] [MERGED] feat: Make OpenAPI spec usable by custom GPTs #523

Closed
opened 2026-02-15 20:15:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/462
Author: @marcusschiesser
Created: 12/11/2024
Status: Merged
Merged: 12/11/2024
Merged by: @marcusschiesser

Base: mainHead: ms/add-openapi


📝 Commits (2)

  • a0d56bc feat: Make OpenAPI spec usable by custom GPTs
  • d609e16 Update templates/types/streaming/fastapi/app/api/routers/query.py

📊 Changes

3 files changed (+15 additions, -2 deletions)

View changed files

.changeset/famous-snails-destroy.md (+5 -0)
📝 templates/types/streaming/fastapi/app/api/routers/query.py (+5 -1)
📝 templates/types/streaming/fastapi/main.py (+5 -1)

📄 Description

Summary by CodeRabbit

  • New Features

    • Introduced a new patch for enhanced usability of OpenAPI specifications for custom GPT implementations.
    • Added dynamic server configuration based on external fly.toml file.
  • Improvements

    • Enhanced API documentation for the query_request endpoint with a summary and description.
  • Dependencies

    • Added toml package as a new dependency in the project configuration.

🔄 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/run-llama/create-llama/pull/462 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/add-openapi` --- ### 📝 Commits (2) - [`a0d56bc`](https://github.com/run-llama/create-llama/commit/a0d56bc77916c95b45422330f29c498d28dd9679) feat: Make OpenAPI spec usable by custom GPTs - [`d609e16`](https://github.com/run-llama/create-llama/commit/d609e16cbdd8948eb3a9af9c9cc90622c61b5651) Update templates/types/streaming/fastapi/app/api/routers/query.py ### 📊 Changes **3 files changed** (+15 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/famous-snails-destroy.md` (+5 -0) 📝 `templates/types/streaming/fastapi/app/api/routers/query.py` (+5 -1) 📝 `templates/types/streaming/fastapi/main.py` (+5 -1) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new patch for enhanced usability of OpenAPI specifications for custom GPT implementations. - Added dynamic server configuration based on external `fly.toml` file. - **Improvements** - Enhanced API documentation for the `query_request` endpoint with a summary and description. - **Dependencies** - Added `toml` package as a new dependency in the project configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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 20:15:09 -05:00
yindo closed this issue 2026-02-15 20:15:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#523