mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 18:06:30 +02:00
Add copilot input log
This commit is contained in:
parent
1230f4f25c
commit
a3e9431240
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ User: {last_message.content}
|
|||
updated_msgs = [{"role": "system", "content": sys_prompt}] + [
|
||||
message.model_dump() for message in messages
|
||||
]
|
||||
|
||||
print(f"Input to copilot chat completions: {updated_msgs}")
|
||||
return completions_client.chat.completions.create(
|
||||
model=PROVIDER_COPILOT_MODEL,
|
||||
messages=updated_msgs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue