File size: 525 Bytes
4cf3b63
53cab5b
b818d09
 
53cab5b
4cf3b63
b818d09
 
 
4cf3b63
 
 
b818d09
4cf3b63
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "embedding": {
        "endpoint_url": "https://hackathon-eiffel-2026-apim.azure-api.net/ai/openai/deployments/text-embedding-3-small/embeddings?api-version=2024-12-01-preview",
        "model": "text-embedding-3-small"
    },
    "llm": {
        "endpoint_url": "https://hackathon-eiffel-2026-apim.azure-api.net/ai/openai/deployments/gpt-5.1/chat/completions?api-version=2024-12-01-preview",
        "model": "gpt-5.1",
        "max_completion_tokens": 512,
        "temperature": 0.7,
        "top_p": 0.95
    }

}