Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsLiisberg committed Dec 17, 2024
1 parent ddda50a commit bb0bbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/IVEX30-OpenAI.rpgle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dcl-proc do_request;
+ '"Oversæt: Collection til dansk og returner kun oversættelsen."}]}';

httpClient = iv_newHttpClient();
iv_setRequestDataBuffer (httpClient : %addr(inbuffer) : %size(inbuffer) : IV_VARCHAR2 :IV_CCSID_UTF8 );
iv_setRequestDataBuffer (httpClient : %addr(inbuffer) : %size(inbuffer) : IV_VARCHAR2 :IV_CCSID_UTF8 );
iv_setResponseDataBuffer(httpClient : %addr(outbuffer) : %size(outbuffer) : IV_VARCHAR2 :IV_CCSID_UTF8 );
iv_setCertificate(httpClient : '/prj/ilevator/ilevator.kdb' : 'ilevator');

Expand Down

0 comments on commit bb0bbfe

Please sign in to comment.