mirror of
https://github.com/run-llama/notebookllama.git
synced 2026-06-30 22:17:57 -04:00
[PR #15] [MERGED] Docs: Correct default port from 8751 to 8501 #24
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/notebookllama/pull/15
Author: @nick-galluzzo
Created: 7/9/2025
Status: ✅ Merged
Merged: 7/9/2025
Merged by: @AstraBert
Base:
main← Head:docs/fix-default-port-reference📝 Commits (1)
3aca71bdocs: Correct default port from 8751 to 8501📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
README.md(+1 -1)📄 Description
Hi! I noticed the documentation specifies that the app runs on port
8751. However, Streamlit's default port is8501, and a search of the repository shows no configuration files that override this.This PR updates the documentation to reflect the correct default port to avoid confusion for new users.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.