chatbot-backend / .vscode /settings.json
TalatMasood's picture
Added support for multiple LLMs
e87abff
raw
history blame contribute delete
400 Bytes
{
"python.pythonPath": "${workspaceFolder}/venv/bin/python",
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.formatting.provider": "black",
"editor.formatOnSave": true,
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"git.ignoreLimitWarning": true
}