mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2026-02-03 11:40:39 +03:00
add GitHub callback (#38)
* add gpt-3.5-turbo-stream-GptChatly provider * add GitHub callback
This commit is contained in:
@@ -3,7 +3,7 @@ FROM rockylinux:9.2
|
||||
RUN dnf upgrade --refresh -y
|
||||
|
||||
RUN dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm -y
|
||||
RUN dnf install chromium -y
|
||||
RUN dnf install chromium nodejs -y
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user