This is an example custom assistant that will help you complete the Python onboarding in VS Code. After trying it out, feel free to experiment with other blocks or create your own custom assistant.
name: MyProject version: 0.0.1 schema: v1 models: - name: Azure OpenAI GPT-4 provider: azure-openai model: gpt-4o apiKey: ${{ secrets.AZURE_OPENAI_API_KEY }} apiBase: https://midnight.openai.azure.com/ apiVersion: 2024-11-20 deploymentName: gpt-4o roles: - chat - edit - apply defaultCompletionOptions: temperature: 0.7 maxTokens: 4000 contextLength: 128000