Skip to content

Feature/better prompt - #2

Open
sebastianbarrozo wants to merge 2 commits into
masterfrom
feature/better-prompt
Open

Feature/better prompt#2
sebastianbarrozo wants to merge 2 commits into
masterfrom
feature/better-prompt

Conversation

@sebastianbarrozo

Copy link
Copy Markdown
Owner

No description provided.

Comment thread lib/index.js
@@ -17271,1303 +17271,1303 @@ exports.parseURL = __nccwpck_require__(2158).parseURL;
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of f9afda - 9dfabe:
Error: couldn't generate summary

@sebastianbarrozo

Copy link
Copy Markdown
Owner Author

GPT summary of 917ad7a:

Error: couldn't generate summary

@sebastianbarrozo

Copy link
Copy Markdown
Owner Author

GPT summary of 14bc7d5:

  • Added "Hello, World!" printing to the console test.py
  • Added an empty string to the file list test.py

PR summary so far:

  • Changed the repository used for the job from KanHarI/gpt-commit-summarizer to sebastianbarrozo/gpt-commit-summarizer
  • Updated the model name, Configuration object, MAX_OPEN_AI_QUERY_LENGTH, TEMPERATURE and MAX_TOKENS
  • Added a "Hello, World!" print statement to the console and an empty list and string to the list at index 1

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of 3ca98f - 07067d:

  • Updated the repository used for the GPT Commit Summarizer action from KanHarI/gpt-commit-summarizer to sebastianbarrozo/gpt-commit-summarizer.

Comment thread src/openAi.ts
@@ -5,7 +5,7 @@ const configuration = new Configuration({
});

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of 5705bd - b817c5:

  • Changed the MODEL_NAME from "text-davinci-003" to "text-chat-davinci-002-20230126"
  • Kept the MAX_OPEN_AI_QUERY_LENGTH, TEMPERATURE and MAX_TOKENS the same

Comment thread test.py
@@ -0,0 +1,6 @@
# This program prints "Hello, World!" to the console

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of None - 403323:

  • Added code to print "Hello, World!" to the console.
  • Declared empty list file.
  • Added an item to the file list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant