Skip to content

Commit

Permalink
adjust config path position
Browse files Browse the repository at this point in the history
  • Loading branch information
yeokm1 committed Apr 30, 2023
1 parent 895f768 commit 4c389eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doschgpt-code/doschgpt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ int main(int argc, char * argv[]){

if(configFileOpenStatus){

printf("Config Path -cX: %s\n", configPathGiven ? configPath : CONFIG_FILENAME_DEFAULT);

printf("API key contains %d characters\n", strlen(config_apikey));
printf("Model: %s\n", config_model);
printf("Request temperature: %0.1f\n", config_req_temperature);
Expand All @@ -200,6 +198,8 @@ int main(int argc, char * argv[]){
printf("Show raw reply -drr: %d\n", debug_showRawReply);
printf("Show timestamps -drt: %d\n", debug_showTimeStamp);
printf("Code page -cpXXX: %d\n", codePageInUse);
printf("Config Path -cX: %s\n", configPathGiven ? configPath : CONFIG_FILENAME_DEFAULT);


if(convHistoryGiven){
printf("Conversation history path -fX: %s\n", convHistoryPath);
Expand Down
Binary file modified releases/v0.10/doschgpt.exe
Binary file not shown.

0 comments on commit 4c389eb

Please sign in to comment.