🔄 Refactor streaming logic and update chat message content in AI test scripts
This commit is contained in:
@@ -18,7 +18,7 @@ def main():
|
||||
messages=[
|
||||
ChatCompletionSystemMessageParam(role="system", content="You are a useful assistant."),
|
||||
# ChatCompletionUserMessageParam(**{"role": "user", "content": "Hello!"}),
|
||||
ChatCompletionUserMessageParam(role="user", content="Hello!"),
|
||||
ChatCompletionUserMessageParam(role="user", content="Introduce your self in short a sentence."),
|
||||
],
|
||||
)
|
||||
print()
|
||||
|
||||
Reference in New Issue
Block a user