mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
[PR #68] [MERGED] Fix escaping double quotes in vercel_response.py #222
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/68
Author: @leehuwuj
Created: 4/26/2024
Status: ✅ Merged
Merged: 4/26/2024
Merged by: @marcusschiesser
Base:
main← Head:lee/fix-escape-double-quote📝 Commits (2)
ecdb523Fix escaping double quotes in vercel_response.pyf33f6d7use json dumps📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
templates/types/streaming/fastapi/app/api/routers/vercel_response.py(+3 -3)📄 Description
Summary by CodeRabbit
convert_textmethod in theVercelStreamResponseclass to escape newlines and double quotes, preventing stream breakage.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.