Switch to GPT-3.5 engine

This commit is contained in:
Karim Iskakov
2023-01-16 14:20:47 -06:00
parent 0b028a9d3b
commit da75ac50e0
10 changed files with 197 additions and 50 deletions
+1 -3
View File
@@ -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