You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`HOST_IP`| External IP address of the host machine. **Required.**|`your_external_ip_address`|
160
160
|`HF_TOKEN`| Your Hugging Face Hub token for model access. **Required.**|`your_huggingface_token`|
161
-
|`LLM_MODEL_ID`| Hugging Face model ID for the CodeTrans LLM (used by TGI/vLLM service). Configured within `compose.yaml` environment. |`mistralai/Mistral-7B-Instruct-v0.3`|
161
+
|`LLM_MODEL_ID`| Hugging Face model ID for the CodeTrans LLM (used by TGI/vLLM service). Configured within `compose.yaml` environment. |`Qwen/Qwen2.5-Coder-7B-Instruct`|
162
162
|`LLM_ENDPOINT`| Internal URL for the LLM serving endpoint (used by `codetrans-epyc-llm-server`). Configured in `compose.yaml`. |`http://${HOST_IP}:8008`|
163
163
|`LLM_COMPONENT_NAME`| LLM component name for the LLM Microservice. |`OpeaTextGenService`|
164
164
|`BACKEND_SERVICE_ENDPOINT`| External URL for the CodeTrans Gateway (MegaService). Derived from `HOST_IP` and port `7778`. |`http://${HOST_IP}:7777/v1/codetrans`|
|`HOST_IP`| External IP address of the host machine. **Required.**|`your_external_ip_address`|
127
127
|`HF_TOKEN`| Your Hugging Face Hub token for model access. **Required.**|`your_huggingface_token`|
128
-
|`LLM_MODEL_ID`| Hugging Face model ID for the CodeTrans LLM (used by TGI/vLLM service). Configured within `compose.yaml` environment. |`mistralai/Mistral-7B-Instruct-v0.3`|
128
+
|`LLM_MODEL_ID`| Hugging Face model ID for the CodeTrans LLM (used by TGI/vLLM service). Configured within `compose.yaml` environment. |`Qwen/Qwen2.5-Coder-7B-Instruct`|
129
129
|`LLM_ENDPOINT`| Internal URL for the LLM serving endpoint (used by `codetrans-xeon-llm-server`). Configured in `compose.yaml`. |`http://${HOST_IP}:8008`|
130
130
|`LLM_COMPONENT_NAME`| LLM component name for the LLM Microservice. |`OpeaTextGenService`|
131
131
|`BACKEND_SERVICE_ENDPOINT`| External URL for the CodeTrans Gateway (MegaService). Derived from `HOST_IP` and port `7778`. |`http://${HOST_IP}:7777/v1/codetrans`|
|`HOST_IP`| External IP address of the host machine. **Required.**|`your_external_ip_address`|
127
127
|`HF_TOKEN`| Your Hugging Face Hub token for model access. **Required.**|`your_huggingface_token`|
128
-
|`LLM_MODEL_ID`| Hugging Face model ID for the CodeTrans LLM (used by TGI/vLLM service). Configured within `compose.yaml` environment. |`mistralai/Mistral-7B-Instruct-v0.3`|
128
+
|`LLM_MODEL_ID`| Hugging Face model ID for the CodeTrans LLM (used by TGI/vLLM service). Configured within `compose.yaml` environment. |`Qwen/Qwen2.5-Coder-7B-Instruct`|
129
129
|`LLM_ENDPOINT`| Internal URL for the LLM serving endpoint (used by `codetrans-gaudi-llm-server`). Configured in `compose.yaml`. |`http://${HOST_IP}:8008`|
130
130
|`LLM_COMPONENT_NAME`| LLM component name for the LLM Microservice. |`OpeaTextGenService`|
131
131
|`BACKEND_SERVICE_ENDPOINT`| External URL for the CodeTrans Gateway (MegaService). Derived from `HOST_IP` and port `7778`. |`http://${HOST_IP}:7777/v1/codetrans`|
0 commit comments