64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"id": "ai-lab-api-environment",
|
|
"name": "AI Lab API Environment",
|
|
"values": [
|
|
{
|
|
"key": "base_url",
|
|
"value": "http://localhost:8000",
|
|
"type": "default",
|
|
"description": "Base URL for AI Lab API (default: localhost)"
|
|
},
|
|
{
|
|
"key": "api_version",
|
|
"value": "1.0.0",
|
|
"type": "default",
|
|
"description": "API version"
|
|
},
|
|
{
|
|
"key": "timeout",
|
|
"value": "30000",
|
|
"type": "default",
|
|
"description": "Request timeout in milliseconds"
|
|
},
|
|
{
|
|
"key": "default_sentiment_model",
|
|
"value": "distilbert-base-uncased-finetuned-sst-2-english",
|
|
"type": "default",
|
|
"description": "Default sentiment analysis model"
|
|
},
|
|
{
|
|
"key": "default_ner_model",
|
|
"value": "dslim/bert-base-NER",
|
|
"type": "default",
|
|
"description": "Default NER model"
|
|
},
|
|
{
|
|
"key": "default_qa_model",
|
|
"value": "distilbert-base-cased-distilled-squad",
|
|
"type": "default",
|
|
"description": "Default Q&A model"
|
|
},
|
|
{
|
|
"key": "default_fillmask_model",
|
|
"value": "bert-base-uncased",
|
|
"type": "default",
|
|
"description": "Default fill mask model"
|
|
},
|
|
{
|
|
"key": "default_textgen_model",
|
|
"value": "gpt2",
|
|
"type": "default",
|
|
"description": "Default text generation model"
|
|
},
|
|
{
|
|
"key": "default_moderation_model",
|
|
"value": "unitary/toxic-bert",
|
|
"type": "default",
|
|
"description": "Default content moderation model"
|
|
}
|
|
],
|
|
"_postman_variable_scope": "environment",
|
|
"_postman_exported_at": "2024-10-12T10:00:00.000Z",
|
|
"_postman_exported_using": "Postman/10.18.0"
|
|
}
|