You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example we would need to pass this message to the openclient.chat.completions.create, these messages are dynamic and which can't be created in prompt template
{
"role": "user",
"content": "How do I output all files in a directory using Python?",
"role": "assistant",
"content": "some code",
"role": "user",
"content": "Also include the hidden files",
},
The text was updated successfully, but these errors were encountered:
For example we would need to pass this message to the openclient.chat.completions.create, these messages are dynamic and which can't be created in prompt template
{
"role": "user",
"content": "How do I output all files in a directory using Python?",
"role": "assistant",
"content": "some code",
"role": "user",
"content": "Also include the hidden files",
},
The text was updated successfully, but these errors were encountered: