Dennis Thieme
Results
1
issues of
Dennis Thieme
I am using the following configuration in settings.json: ``` { "name": "default", "type": "azure_openai", "azure_deployment": "gpt-35-turbo", "api_version": "2023-12-01-preview", "azure_endpoint": "${env:AZURE_OPENAI_ENDPOINT}", "api_key": "${env:AZURE_OPENAI_API_KEY}" }, { "name": "gpt-3.5-turbo", "type": "openai", "api_key": "${env:OPENAI_API_KEY}",...
bug