Skip to content

fix: resolve frontend and backend default port conflict#6

Merged
asd765973346 merged 1 commit intoOpenDCAI:mainfrom
AlabasterStone:main
Feb 24, 2026
Merged

fix: resolve frontend and backend default port conflict#6
asd765973346 merged 1 commit intoOpenDCAI:mainfrom
AlabasterStone:main

Conversation

@AlabasterStone
Copy link
Contributor

  • 修改readme中的typo
  • 前后端端口一致
  • openai兼容的api没有deepseek模型

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@asd765973346 asd765973346 merged commit 0fca48e into OpenDCAI:main Feb 24, 2026
5 of 6 checks passed
DeepThinkingZhouLiu pushed a commit that referenced this pull request Feb 24, 2026
…v3.2

Merged PR #6 and corrected port references across all docs and configs
to use port 8000. Reverted default LLM model change from gpt-4o back
to deepseek-v3.2 in frontend_zh.

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants