We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9029297 commit 82e1bcaCopy full SHA for 82e1bca
sdk/python/foundation-models/mistral/mistralai.ipynb
@@ -79,6 +79,7 @@
79
"import os\n",
80
"\n",
81
"endpoint = os.getenv(\"AZURE_MISTRAL_ENDPOINT\", None)\n",
82
+ "# cscan:ignore-line\n",
83
"api_key = os.getenv(\"AZURE_MISTRAL_API_KEY\", None)"
84
]
85
},
0 commit comments