Pavel
e7d2af2405
Setup plus env fixes ( #2265 )
...
* fixes setup scripts
fixes to env handling in setup script plus other minor fixes
* Remove var declarations
Declarations such as `LLM_PROVIDER=$LLM_PROVIDER` override .env variables in compose
Similar issue is present in the frontend - need to choose either to switch to separate frontend env or keep as is.
* Manage apikeys in settings
1. More pydantic management of api keys.
2. Clean up of variable declarations from docker compose files, used to block .env imports. Now should be managed ether by settings.py defaults or .env
2026-01-22 12:21:01 +02:00
Siddhant Rai
9da4215d1f
feat: implement Docker Hub integration for building and pushing images in CI/CD workflow
2025-08-28 12:01:04 +05:30
Ankit Matth
b3af4ee50b
speed up scripts by using docker hub
2025-08-24 08:59:19 +05:30
Alex
aaecf52c99
refactor: update docs LLM_NAME and MODEL_NAME to LLM_PROVIDER and LLM_NAME
2025-06-11 12:30:34 +01:00
Pavel
dbb822f6b0
fix for OPENAI_BASE_URL + ollama can't connect to container
...
- fix for OpenAI trying to use base_url=""
- fix for ollama container error:
`Error code: 404 - {'error': {'message': 'model "MODEL_NAME" not found, try pulling it first', 'type': 'api_error', 'param': None, 'code': None}}`
2025-05-15 13:50:08 +04:00
rock.lee
6968317db2
fix: docker compose up doesn't use the env and setup script will not exit when service start success
2025-03-14 17:09:10 +08:00
rock.lee
867c375843
add novita provider
2025-03-08 15:45:49 +08:00
Pavel
385ebe234e
setup+development-docs
2025-02-11 19:17:59 +03:00
Piotr Idzik
568ab33a37
style: use underscore for an unused loop variable ( #1593 )
...
This addresses the SC2034 warning.
2025-02-09 22:56:52 +00:00
Alex
0913c43219
feat: edit deploymen files locations
2025-02-05 18:04:41 +00:00
shatanikmahanty
ec5db5d2c7
Refactor: remove docker start script for windows platform
2024-10-11 11:50:18 +05:30
shatanikmahanty
cc25b5e856
Feat: Add ability to start docker if it's not running
2024-10-11 11:37:12 +05:30
Pavel
001c450abb
choice text
2024-01-09 13:05:16 +03:00
Pavel
ceaa5763d4
choice fix
2024-01-09 12:57:19 +03:00
Alex
0ab32a6f84
Update setup.sh script with new options for language model usage
2024-01-09 00:07:37 +00:00
Alex
71cc22325d
Add application files and update setup script
2024-01-09 00:05:44 +00:00
Alex
5b12423d98
setup-fix2
2023-11-21 10:16:54 +00:00
Alex
4141f633a3
Setup process
2023-11-21 10:16:10 +00:00
John Bampton
034d73a4eb
misc: fix spelling
2023-10-04 05:18:15 +10:00
Alex
cd9b03bdb9
celery syncs
2023-10-01 20:05:13 +01:00
Alex
a619269502
celery bugs
2023-10-01 19:55:11 +01:00
Alex
9a33bf2210
script + cpu optimisations
2023-10-01 19:16:13 +01:00
Alex
9bbf4044e0
script
2023-10-01 17:20:47 +01:00
Idan
2404899e28
Fixed request length bug, changed to as less used port
2023-06-23 14:56:14 +03:00
Darth Pika
0beafb8391
Update setup.sh
...
This script includes the necessary changes to use container linking and updated environment variables for the `backend` and `worker` containers.
Make sure you have the `./frontend` and `./application` directories in the correct locations before running the script.
2023-04-27 12:39:03 -07:00
Darth Pika
1d2654b9fa
Update setup.sh
...
Create required directories on the host machine if they don't exist.
2023-04-27 12:02:11 -07:00
Darth Pika
a4bc3673e7
Create setup.sh
...
Added a bash script to help with installation issues.
2023-04-27 11:40:25 -07:00