Skip to content

Commit 98a4f9d

Browse files
committed
small edits
1 parent cb6f00a commit 98a4f9d

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

docs/ai/instructions/ai-realtime-llm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class MyRealtime(realtime.Realtime):
3737
# TODO document this
3838
pass
3939

40-
async def _close_impl(self):
40+
async def close(self):
4141
pass
4242

4343
# native method wrapped. wrap the native method, every llm has its own name for this

plugins/bedrock/vision_agents/plugins/bedrock/bedrock_realtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ async def start_session(self):
237237
"event": {
238238
"sessionStart": {
239239
"inferenceConfiguration": {
240-
"maxTokens": 1024,
240+
"maxTokens": 10240, # TODO: make configurable in init?
241241
"topP": 0.9,
242242
"temperature": 0.7
243243
}

uv.lock

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)