fix: resolve frontend and backend default port conflict#6
Open
AlabasterStone wants to merge 1 commit intoOpenDCAI:mainfrom
Open
fix: resolve frontend and backend default port conflict#6AlabasterStone wants to merge 1 commit intoOpenDCAI:mainfrom
AlabasterStone wants to merge 1 commit intoOpenDCAI:mainfrom
Conversation
AlabasterStone
commented
Feb 15, 2026
- 修改readme中的typo
- 前后端端口一致
- openai兼容的api没有deepseek模型
…lt model for generating
There was a problem hiding this comment.
Pull request overview
This pull request addresses three key issues: fixing a repository URL typo, resolving frontend-backend port conflicts, and updating the default LLM model for OpenAI API compatibility.
Changes:
- Fixed repository clone URL from placeholder "your-org" to actual "OpenDCAI" organization
- Updated backend server port from 8000 to 8211 in documentation to match actual deployment configuration
- Changed default LLM model from deepseek-v3.2 to gpt-4o in frontend_zh for OpenAI-compatible API support
- Added frontend_en and frontend_zh build artifacts to .gitignore
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updated repository URL and backend port from 8000 to 8211 in startup instructions and health check URLs |
| README_EN.md | Updated repository URL and backend port from 8000 to 8211 in startup instructions and API documentation URLs |
| frontend_en/INTEGRATION_GUIDE.md | Updated backend proxy configuration from port 8210 to 8211 |
| frontend_zh/src/pages/NotebookView.tsx | Changed default LLM model from deepseek-v3.2 to gpt-4o for all studio tools (ppt, mindmap, drawio, flashcard, quiz, podcast, video) |
| .gitignore | Added node_modules, dist, build, and .vite directories for frontend_en and frontend_zh |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.