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 3151d37 commit cfc3887Copy full SHA for cfc3887
asyncapi.yml
@@ -1410,6 +1410,20 @@ channels:
1410
description: Google temperature (0-2)
1411
minimum: 0
1412
maximum: 2
1413
+ - properties:
1414
+ type:
1415
+ enum:
1416
+ - groq
1417
+ model:
1418
+ type: string
1419
+ description: Groq model to use
1420
1421
+ - openai/gpt-oss-20b
1422
+ temperature:
1423
+ type: number
1424
+ description: Groq temperature (0-2)
1425
+ minimum: 0
1426
+ maximum: 2
1427
endpoint:
1428
type: object
1429
description: >
0 commit comments