Skip to content

Commit cfc3887

Browse files
feat: update API specifications (#97)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3151d37 commit cfc3887

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

asyncapi.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,6 +1410,20 @@ channels:
14101410
description: Google temperature (0-2)
14111411
minimum: 0
14121412
maximum: 2
1413+
- properties:
1414+
type:
1415+
enum:
1416+
- groq
1417+
model:
1418+
type: string
1419+
description: Groq model to use
1420+
enum:
1421+
- openai/gpt-oss-20b
1422+
temperature:
1423+
type: number
1424+
description: Groq temperature (0-2)
1425+
minimum: 0
1426+
maximum: 2
14131427
endpoint:
14141428
type: object
14151429
description: >

0 commit comments

Comments
 (0)