Skip to content

Commit

Permalink
automatic garak/resources/plugin_cache.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 25, 2024
1 parent ffbb531 commit 549c72a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions garak/resources/plugin_cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -5853,6 +5853,40 @@
}
},
"generators": {
"generators.azure.AzureOpenAIGenerator": {
"description": "Wrapper for Azure Open AI. Expects AZURE_API_KEY, AZURE_ENDPOINT and AZURE_MODEL_NAME environment variables.",
"DEFAULT_PARAMS": {
"max_tokens": 150,
"temperature": 0.7,
"top_k": null,
"context_len": null,
"top_p": 1.0,
"frequency_penalty": 0.0,
"presence_penalty": 0.0,
"seed": null,
"stop": [
"#",
";"
],
"suppressed_params": [],
"retry_json": true,
"model_name": null,
"uri": null
},
"active": true,
"generator_family_name": "Azure",
"modality": {
"in": [
"text"
],
"out": [
"text"
]
},
"parallel_capable": true,
"supports_multiple_generations": true,
"mod_time": "2024-08-30 14:12:10 +0000"
},
"generators.base.Generator": {
"description": "Base class for objects that wrap an LLM or other text-to-text service",
"DEFAULT_PARAMS": {
Expand Down

0 comments on commit 549c72a

Please sign in to comment.