Skip to content

Commit

Permalink
Update config handling to use envvars instead of FS overlay (#6)
Browse files Browse the repository at this point in the history
* Update config handling to use envvars instead of FS overlay

* Update dependencies to stable versions
  • Loading branch information
NeonDaniel committed Jun 30, 2023
1 parent 47b46b4 commit 8a75118
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM python:3.9-slim

LABEL vendor=neon.ai \
ai.neon.name="neon-llm-chatgpt"

ENV OVOS_CONFIG_BASE_FOLDER neon
ENV OVOS_CONFIG_FILENAME diana.yaml
ENV XDG_CONFIG_HOME /config
COPY docker_overlay/ /

Expand Down
11 changes: 0 additions & 11 deletions docker_overlay/etc/OpenVoiceOS/ovos.conf

This file was deleted.

4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openai~=0.27
neon-mq-connector>=0.6.1a9,~=0.6
neon-mq-connector~=0.7
ovos-utils~=0.0.32
ovos-config~=0.0.8
ovos-config~=0.0.10

0 comments on commit 8a75118

Please sign in to comment.