mockspace / data /_config.json
Muhammad Umer
lowering temp and top p
6ae6cee
Raw
History Blame Contribute Delete
522 Bytes
{
"embedding": {
"endpoint_url": "https://hackathon-eiffel-aif.services.ai.azure.com/openai/deployments/text-embedding-3-small/embeddings?api-version=2024-12-01-preview",
"model": "text-embedding-3-small"
},
"llm": {
"endpoint_url": "https://hackathon-eiffel-aif.services.ai.azure.com/openai/deployments/gpt-5.1/chat/completions?api-version=2024-12-01-preview",
"model": "gpt-5.1",
"max_completion_tokens": 512,
"temperature": 0.3,
"top_p": 0.75
}
}