This commit is contained in:
David Alberto Adler
2025-09-07 21:48:10 +01:00
parent d66795f1d4
commit 8d26214581
13 changed files with 28 additions and 29 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ with OpenRouter(
"role": "user",
"content": "Hello, how are you?",
},
], stream=False, temperature=1, top_p=1)
], stream=True, temperature=1, top_p=1)
with res as event_stream:
for event in event_stream: