mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-06-13 03:54:57 +03:00
Switch to GPT-3.5 engine
This commit is contained in:
+1
-3
@@ -1,12 +1,10 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
chatgpt_telegram_bot:
|
||||
llm_telegram_bot:
|
||||
container_name: chatgpt_telegram_bot
|
||||
command: python3 bot.py
|
||||
restart: always
|
||||
env_file:
|
||||
- config.env
|
||||
build:
|
||||
context: "."
|
||||
dockerfile: Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user