10 lines
380 B
Bash
10 lines
380 B
Bash
MLLM_END_POINT_OPENAI=https://hiis-accessibility-fonderia.cognitiveservices.azure.com/openai/deployments/gpt-4o/chat/completions?api-version=2025-01-01-preview
|
|
MLLM_API_KEY_OPENAI=
|
|
MLLM_MODEL_ID_OPENAI=gpt-4o
|
|
|
|
MLLM_END_POINT_LOCAL=https://vgpu.hiis.cloud.isti.cnr.it/api/chat
|
|
MLLM_API_KEY_LOCAL=
|
|
#MLLM_MODEL_ID_LOCAL=gemma3:12b
|
|
MLLM_MODEL_ID_LOCAL=gemma3:4b
|
|
|
|
USE_OPENAI_MODEL=True |