Compare commits
No commits in common. "1c9ce4af94978a402ef2ed39f67f8a1264e47796" and "ed40869bac4610a95ac6ead8ce3e2548cc32fc17" have entirely different histories.
1c9ce4af94
...
ed40869bac
|
@ -1,6 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://git.octopusx.de/api/packages/octopusx/helm
|
|
||||||
version: 4.5.2
|
|
||||||
digest: sha256:165f53dee97a3d49f63ee809cca05105c20a4e8901f428b154eb28f28dcc7f3f
|
|
||||||
generated: "2023-11-06T17:58:54.044521872+01:00"
|
|
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: v2
|
|
||||||
appVersion: "v0.1.0"
|
|
||||||
description: Chatbot web UI for Refact, a self-hosted open-source alternative to Copilot.
|
|
||||||
name: refact-chatbot-ui
|
|
||||||
version: 0.1.0
|
|
||||||
kubeVersion: ">= 1.16.0-0"
|
|
||||||
keywords:
|
|
||||||
- refact
|
|
||||||
- ai
|
|
||||||
- gpu
|
|
||||||
- llm
|
|
||||||
- ui
|
|
||||||
- chatbot
|
|
||||||
home: https://teapot.octopusx.de/octocloudlab/chart-catalog/src/branch/main/charts/refact-chatbot-ui
|
|
||||||
icon: https://github.com/smallcloudai/refact/blob/main/refact-logo.svg
|
|
||||||
sources:
|
|
||||||
- https://github.com/smallcloudai/chatbot-ui
|
|
||||||
maintainers:
|
|
||||||
- name: accidentallycompetent
|
|
||||||
email: accidentallycompetent@octopusx.de
|
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://git.octopusx.de/api/packages/octopusx/helm
|
|
||||||
version: 4.5.2
|
|
|
@ -1,39 +0,0 @@
|
||||||
# refact-chatbot-ui
|
|
||||||
|
|
||||||
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
|
|
||||||
|
|
||||||
Chatbot web UI for Refact, a self-hosted open-source alternative to Copilot.
|
|
||||||
|
|
||||||
**Homepage:** <https://teapot.octopusx.de/octocloudlab/chart-catalog/src/branch/main/charts/refact-chatbot-ui>
|
|
||||||
|
|
||||||
## Maintainers
|
|
||||||
|
|
||||||
| Name | Email | Url |
|
|
||||||
| ---- | ------ | --- |
|
|
||||||
| accidentallycompetent | <accidentallycompetent@octopusx.de> | |
|
|
||||||
|
|
||||||
## Source Code
|
|
||||||
|
|
||||||
* <https://github.com/smallcloudai/chatbot-ui>
|
|
||||||
|
|
||||||
## Requirements
|
|
||||||
|
|
||||||
Kubernetes: `>= 1.16.0-0`
|
|
||||||
|
|
||||||
| Repository | Name | Version |
|
|
||||||
|------------|------|---------|
|
|
||||||
| https://git.octopusx.de/api/packages/octopusx/helm | common | 4.5.2 |
|
|
||||||
|
|
||||||
## Values
|
|
||||||
|
|
||||||
| Key | Type | Default | Description |
|
|
||||||
|-----|------|---------|-------------|
|
|
||||||
| env | object | See values.yaml | Configures the environemnt variables used by the refact chatbot ui under this key. This can be used to configure the location of your refact API |
|
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
|
||||||
| image.repository | string | `"smallcloud/chatbot_ui"` | image repository |
|
|
||||||
| image.tag | string | chart.appVersion | image tag |
|
|
||||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
|
||||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
|
||||||
|
|
||||||
----------------------------------------------
|
|
||||||
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
{{- include "common.notes.defaultNotes" . -}}
|
|
|
@ -1 +0,0 @@
|
||||||
{{ include "common.all" . }}
|
|
|
@ -1,38 +0,0 @@
|
||||||
#
|
|
||||||
# IMPORTANT NOTE
|
|
||||||
#
|
|
||||||
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
||||||
# https://teapot.octopusx.de/octocloudlab/library-chart/src/branch/main/chart/values.yaml
|
|
||||||
#
|
|
||||||
|
|
||||||
image:
|
|
||||||
# -- image repository
|
|
||||||
repository: smallcloud/chatbot_ui
|
|
||||||
# -- image tag
|
|
||||||
# @default -- chart.appVersion
|
|
||||||
tag: beta
|
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
# -- Configures the environemnt variables used by the refact chatbot ui under this key.
|
|
||||||
# This can be used to configure the location of your refact API
|
|
||||||
# @default -- See values.yaml
|
|
||||||
env: {}
|
|
||||||
# OPENAI_API_HOST: "http://mrefact.default.svc.cluster.local:8008"
|
|
||||||
# OPENAI_API_KEY: "dummy"
|
|
||||||
# DEFAULT_MODEL: "llama2/7b"
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
|
||||||
main:
|
|
||||||
ports:
|
|
||||||
http:
|
|
||||||
port: 3000
|
|
||||||
|
|
||||||
ingress:
|
|
||||||
# -- Enable and configure ingress settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
main:
|
|
||||||
enabled: false
|
|
||||||
|
|
Loading…
Reference in New Issue