[PR #162] [MERGED] feat: add Novita AI as optional LLM provider #205

Closed
opened 2026-06-06 22:09:41 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vxcontrol/pentagi/pull/162
Author: @Alex-yang00
Created: 3/2/2026
Status: Merged
Merged: 3/2/2026
Merged by: @asdek

Base: feature/next_releaseHead: novita-integration


📝 Commits (2)

  • 1c3f149 feat: add Novita AI as optional LLM provider
  • 8d36690 chore: update Novita models to deepseek-v3.2, minimax-m2.5, glm-5

📊 Changes

4 files changed (+166 additions, -4 deletions)

View changed files

📝 .env.example (+8 -0)
📝 Dockerfile (+1 -0)
📝 README.md (+23 -4)
examples/configs/novita.provider.yml (+134 -0)

📄 Description

Summary

  • add a pre-configured Novita provider file using OpenAI-compatible API settings
  • include Novita provider config in Docker image under /opt/pentagi/conf
  • document Novita ctester usage and environment setup in README
  • add Novita-specific env hints in .env.example

Notes

  • integration follows existing custom provider flow via LLM_SERVER_URL/LLM_SERVER_KEY/LLM_SERVER_CONFIG_PATH
  • Novita endpoint used: https://api.novita.ai/openai

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vxcontrol/pentagi/pull/162 **Author:** [@Alex-yang00](https://github.com/Alex-yang00) **Created:** 3/2/2026 **Status:** ✅ Merged **Merged:** 3/2/2026 **Merged by:** [@asdek](https://github.com/asdek) **Base:** `feature/next_release` ← **Head:** `novita-integration` --- ### 📝 Commits (2) - [`1c3f149`](https://github.com/vxcontrol/pentagi/commit/1c3f14971feeda7b65852dbb81fac6a4d1ab9b31) feat: add Novita AI as optional LLM provider - [`8d36690`](https://github.com/vxcontrol/pentagi/commit/8d36690a53d3de5d2a25ec24fa6dd67322bb2df4) chore: update Novita models to deepseek-v3.2, minimax-m2.5, glm-5 ### 📊 Changes **4 files changed** (+166 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+8 -0) 📝 `Dockerfile` (+1 -0) 📝 `README.md` (+23 -4) ➕ `examples/configs/novita.provider.yml` (+134 -0) </details> ### 📄 Description ## Summary - add a pre-configured Novita provider file using OpenAI-compatible API settings - include Novita provider config in Docker image under /opt/pentagi/conf - document Novita ctester usage and environment setup in README - add Novita-specific env hints in .env.example ## Notes - integration follows existing custom provider flow via LLM_SERVER_URL/LLM_SERVER_KEY/LLM_SERVER_CONFIG_PATH - Novita endpoint used: https://api.novita.ai/openai --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-06 22:09:41 -04:00
yindo closed this issue 2026-06-06 22:09:41 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#205