Skip to content

Tags: jgravelle/pocketgroq

Tags

0.5.6

Toggle 0.5.6's commit message
Add speech processing functionality with audio transcription and tran…

…slation methods

0.5.5

Toggle 0.5.5's commit message
Refactor process_request method to yield research and response inform…

…ation

0.4.9

Toggle 0.4.9's commit message
Bump PocketGroq version to 0.4.9 including new response evaluation me…

…thod

0.4.2b

Toggle 0.4.2b's commit message
Added conversational persistence

prerelease

Toggle prerelease's commit message
feat: Add Chain of Thought reasoning capabilities to PocketGroq

This commit adds new features to PocketGroq, including Chain of Thought (CoT) reasoning capabilities. The CoT features allow for complex problem-solving and step-by-step analysis. It introduces three new functions: solve_problem_with_cot, generate_cot, and synthesize_cot. Additionally, the test suite has been expanded to include tests for the Chain of Thought functionality.

Refactor web_tool.py headers for web search and page retrieval

This commit updates the headers in web_tool.py to improve web search and page retrieval functionality. The changes enhance the capabilities of PocketGroq's WebTool.

Refactor pocketgroq to include Chain of Thought reasoning in GroqProvider

This commit updates pocketgroq to include Chain of Thought reasoning in the GroqProvider. It enhances the capabilities of PocketGroq by abstracting complex API calls into simple functions and introducing CoT reasoning.

Refactor README.md to reflect new features and enhancements

This commit updates the README.md file to reflect the new features and enhancements in PocketGroq. It includes information about the Chain of Thought reasoning capabilities, the expanded test suite, and the improved WebTool functionality.

beta

Toggle beta's commit message