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
# Scaleway Inference API configuration (Embeddings)
66
-
SCW_INFERENCE_EMBEDDINGS_ENDPOINT=your_scaleway_inference_embeddings_endpoint# Endpoint for sentence-transformers/sentence-t5-xxl deployment
66
+
SCW_INFERENCE_EMBEDDINGS_ENDPOINT="https://{{SCW_INFERENCE_DEPLOYMENT_ID}}.ifr.fr-par.scw.cloud/v1"# Endpoint for sentence-transformers/sentence-t5-xxl deployment
67
67
68
68
# Scaleway Inference API configuration (LLM deployment)
69
-
SCW_INFERENCE_DEPLOYMENT_ENDPOINT=your_scaleway_inference_endpoint# Endpoint for your LLM deployment
69
+
SCW_INFERENCE_DEPLOYMENT_ENDPOINT="https://{{SCW_INFERENCE_DEPLOYMENT_ID}}.ifr.fr-par.scw.cloud/v1"# Endpoint for your LLM deployment
0 commit comments