Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Oct 26, 2024
1 parent fbad951 commit e92b975
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/open_prompt_extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ static void OpenPromptRequestFunction(DataChunk &args, ExpressionState &state, V
request_body += "{\"role\":\"system\",\"content\":\"You are a helpful assistant.\"},";
request_body += "{\"role\":\"user\",\"content\":\"" + user_prompt.GetString() + "\"}";
request_body += "]}";
printf("%s\n", request_body.c_str());


try {
Expand Down

0 comments on commit e92b975

Please sign in to comment.