mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #962] [MERGED] feat(code-editor): LLM code completion #6944
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#6944
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/0xJacky/nginx-ui/pull/962
Author: @0xJacky
Created: 4/15/2025
Status: ✅ Merged
Merged: 4/16/2025
Merged by: @0xJacky
Base:
dev← Head:feat/code-completion📝 Commits (2)
a57748afeat(wip): code completion with llm00251a7chore: update docs📊 Changes
39 files changed (+709 additions, -175 deletions)
View changed files
📝
.github/workflows/documents.yml(+3 -3)📝
README-es.md(+1 -0)📝
README-vi_VN.md(+1 -0)📝
README-zh_CN.md(+2 -1)📝
README-zh_TW.md(+2 -1)📝
README.md(+2 -1)➕
api/openai/code_completion.go(+82 -0)📝
api/openai/openai.go(+7 -6)📝
api/openai/router.go(+3 -0)📝
app.example.ini(+2 -0)📝
app/package.json(+1 -0)📝
app/pnpm-lock.yaml(+9 -0)📝
app/src/api/openai.ts(+22 -0)📝
app/src/api/settings.ts(+2 -0)➕
app/src/components/CodeEditor/CodeCompletion.ts(+224 -0)📝
app/src/components/CodeEditor/CodeEditor.vue(+26 -15)📝
app/src/views/preference/OpenAISettings.vue(+18 -0)📝
app/src/views/preference/Preference.vue(+2 -0)➖
docs/ar/index.md(+0 -59)📝
docs/guide/about.md(+6 -5)...and 19 more files
📄 Description
Bring Nginx UI to the new era 🎉
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.