Use "developer" role for remaining developer-intent messages in examples
This commit is contained in:
@@ -159,10 +159,10 @@ Remember, your responses should be short. Just one or two sentences, usually. Re
|
||||
# openai WebSocket API can understand.
|
||||
context = LLMContext(
|
||||
[{"role": "developer", "content": "Say hello!"}],
|
||||
# [{"role": "user", "content": [{"type": "text", "text": "Say hello!"}]}],
|
||||
# [{"role": "developer", "content": [{"type": "text", "text": "Say hello!"}]}],
|
||||
# [
|
||||
# {
|
||||
# "role": "user",
|
||||
# "role": "developer",
|
||||
# "content": [
|
||||
# {"type": "text", "text": "Say"},
|
||||
# {"type": "text", "text": "yo what's up!"},
|
||||
|
||||
Reference in New Issue
Block a user