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 Sep 23, 2024
1 parent bcd5b69 commit 109337d
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions garak/resources/plugin_cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -6443,7 +6443,7 @@
},
"parallel_capable": true,
"supports_multiple_generations": true,
"mod_time": "2024-08-29 13:35:37 +0000"
"mod_time": "2024-09-23 18:02:30 +0000"
},
"generators.openai.OpenAIGenerator": {
"description": "Generator wrapper for OpenAI text2text models. Expects API key in the OPENAI_API_KEY environment variable",
Expand Down Expand Up @@ -6475,7 +6475,45 @@
},
"parallel_capable": true,
"supports_multiple_generations": true,
"mod_time": "2024-08-29 13:35:37 +0000"
"mod_time": "2024-09-23 18:02:30 +0000"
},
"generators.openai.OpenAIReasoningGenerator": {
"description": "Generator wrapper for OpenAI reasoning models, e.g. `o1` family.",
"DEFAULT_PARAMS": {
"max_tokens": 150,
"temperature": null,
"top_k": null,
"context_len": null,
"top_p": 1.0,
"frequency_penalty": 0.0,
"presence_penalty": 0.0,
"seed": null,
"stop": [
"#",
";"
],
"suppressed_params": [
"max_tokens",
"n",
"stop",
"temperature"
],
"retry_json": true,
"max_completion_tokens": 1500
},
"active": true,
"generator_family_name": "OpenAI",
"modality": {
"in": [
"text"
],
"out": [
"text"
]
},
"parallel_capable": true,
"supports_multiple_generations": false,
"mod_time": "2024-09-23 18:02:30 +0000"
},
"generators.rasa.RasaRestGenerator": {
"description": "API interface for RASA models",
Expand Down

0 comments on commit 109337d

Please sign in to comment.