Spaces:
Sleeping
Sleeping
Quincy Hsieh
Fix error Unsupported parameter: 'max_tokens' is not supported with this model. Use 'max_completion_tokens' instead.
b818d09 | { | |
| "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 | |
| } | |
| } | |