mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
d8c8a76c1d
- Update Copilot Dockerfile.tpl to remove unnecessary code and fix formatting. - Update config.example.env and Copilot/.env.example to correct the LLM server URL. - Remove unused code and update documentation in Copilot/README.md. - Update navigation links in App/FeatureSet/Docs/Utils/Nav.ts to include Copilot documentation. - Update Copilot/Config.ts and Copilot/Utils/Init.ts to use the new LLM server URL. - Add logger statements in Copilot/Service/CopilotActions/CopilotActionsBase.ts to log file content.
6 lines
248 B
Plaintext
6 lines
248 B
Plaintext
ONEUPTIME_URL=https://oneuptime.com
|
|
ONEUPTIME_REPOSITORY_SECRET_KEY=your-repository-secret-key
|
|
CODE_REPOSITORY_PASSWORD=
|
|
CODE_REPOSITORY_USERNAME=
|
|
# Optional. If this is left blank then this url will be ONEUPTIME_URL/llama
|
|
ONEUPTIME_LLM_SERVER_URL= |