{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":690435972,"defaultBranch":"master","name":"go-openai","ownerLogin":"ealvar3z","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-09-12T07:35:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/55966724?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1696898303.0","currentOid":""},"activityList":{"items":[{"before":"dbb476e7e660be8b0d61a4cff30b8df810ee6406","after":"53416472920319ef9e9f35b5628d38ff03a83334","ref":"refs/heads/issue/487","pushedAt":"2023-10-11T05:19:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ealvar3z","name":"e. alvarez","path":"/ealvar3z","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55966724?s=80&v=4"},"commit":{"message":"Remove test.Seed(42) per review feedback","shortMessageHtmlLink":"Remove test.Seed(42) per review feedback"}},{"before":"6b9cef4154278920a58ea831fa2d8445375f87e5","after":"a85dd4520ea28e0fde70fee8df3a21562d9fc9ee","ref":"refs/heads/feature/maybe-seed-rng","pushedAt":"2023-10-11T05:10:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ealvar3z","name":"e. alvarez","path":"/ealvar3z","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55966724?s=80&v=4"},"commit":{"message":"Remove test.Seed","shortMessageHtmlLink":"Remove test.Seed"}},{"before":null,"after":"6b9cef4154278920a58ea831fa2d8445375f87e5","ref":"refs/heads/feature/maybe-seed-rng","pushedAt":"2023-10-10T00:38:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ealvar3z","name":"e. alvarez","path":"/ealvar3z","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55966724?s=80&v=4"},"commit":{"message":"Resolve merged conflicts from stash","shortMessageHtmlLink":"Resolve merged conflicts from stash"}},{"before":"d8c78aa279bbb72b2fb9bed1a5f21dabe287cb1a","after":"dbb476e7e660be8b0d61a4cff30b8df810ee6406","ref":"refs/heads/issue/487","pushedAt":"2023-09-26T00:32:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ealvar3z","name":"e. alvarez","path":"/ealvar3z","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55966724?s=80&v=4"},"commit":{"message":"Resolve code review comments in PR #491\n\n- Add a seed for the random number generator to ensure that the tests are deterministic.\n- Move the expected engine outside of the handler\n- Add logic to compare the ID of the engine object returned by the client with the expected engine object.","shortMessageHtmlLink":"Resolve code review comments in PR sashabaranov#491"}},{"before":"bd1bb2065aedd6295445d8e67310d09425e09a7c","after":"d8c78aa279bbb72b2fb9bed1a5f21dabe287cb1a","ref":"refs/heads/issue/487","pushedAt":"2023-09-14T22:06:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ealvar3z","name":"e. alvarez","path":"/ealvar3z","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55966724?s=80&v=4"},"commit":{"message":"Create RandomInt Function\n\n- Memory efficient solution for RandomInt func\n- Improve error handling by logging them vice returning the type\n- Use RandomInt() instead\n\nResolves: #487","shortMessageHtmlLink":"Create RandomInt Function"}},{"before":"57a4fb454b210dfdd1f8a59e20a5e0b5c9b3358f","after":"bd1bb2065aedd6295445d8e67310d09425e09a7c","ref":"refs/heads/issue/487","pushedAt":"2023-09-14T21:36:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ealvar3z","name":"e. alvarez","path":"/ealvar3z","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55966724?s=80&v=4"},"commit":{"message":"Rewrite Cryptographically Secure RandomString Function\n\n- Avoid big package\n- Use strings.Builder for efficient string concatenation\n- Set default string length to 10\n- Handle errors from rand.Read()\n\nResolves: #487","shortMessageHtmlLink":"Rewrite Cryptographically Secure RandomString Function"}},{"before":"e83dad170c017e2ab2397d260f7c96591b4a149b","after":"4a7e7c07ef4a121bc1b029bfaa8061849496b3a4","ref":"refs/heads/issue/66","pushedAt":"2023-09-14T19:01:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ealvar3z","name":"e. alvarez","path":"/ealvar3z","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55966724?s=80&v=4"},"commit":{"message":"Update README to focus on Embedding Semantic Similarity","shortMessageHtmlLink":"Update README to focus on Embedding Semantic Similarity"}},{"before":null,"after":"e83dad170c017e2ab2397d260f7c96591b4a149b","ref":"refs/heads/issue/66","pushedAt":"2023-09-13T00:43:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ealvar3z","name":"e. alvarez","path":"/ealvar3z","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55966724?s=80&v=4"},"commit":{"message":"Add DotProduct Method and README Example for Embedding Similarity Search\n\n- Implement a DotProduct() method for the Embedding struct to calculate the dot product between two embeddings.\n- Add a custom error type for vector length mismatch.\n- Update README.md with a complete example demonstrating how to perform an embedding similarity search for user queries.\n- Add unit tests to validate the new DotProduct() method and error handling.","shortMessageHtmlLink":"Add DotProduct Method and README Example for Embedding Similarity Search"}},{"before":null,"after":"57a4fb454b210dfdd1f8a59e20a5e0b5c9b3358f","ref":"refs/heads/issue/487","pushedAt":"2023-09-12T23:07:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ealvar3z","name":"e. alvarez","path":"/ealvar3z","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55966724?s=80&v=4"},"commit":{"message":"Resolve #487: Enhance tests and fix linting issues\n\n- Add randomized fields to Engine structs in tests\n- Implement cryptographically secure random utility functions\n- Address golangci-lint warnings","shortMessageHtmlLink":"Resolve sashabaranov#487: Enhance tests and fix linting issues"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADlD4tQQA","startCursor":null,"endCursor":null}},"title":"Activity ยท ealvar3z/go-openai"}