Skip to content

Changed Groq logo to black color version#1

Closed
cho-groq wants to merge 52 commits into
ramonclaudio:mainfrom
cho-groq:main
Closed

Changed Groq logo to black color version#1
cho-groq wants to merge 52 commits into
ramonclaudio:mainfrom
cho-groq:main

Conversation

@cho-groq
Copy link
Copy Markdown

No description provided.

ramonclaudio and others added 22 commits March 27, 2024 13:04
- Changed the default model in load_config from `mixtral-8x7b-32768` to `llama3-8b-8192`, aligning with the latest model updates available in the Groq API.
- Added handling for JSON formatted responses, including new error checking and response formatting in the post method.
- Improved error handling to better manage exceptions and ensure cleaner termination of the loading animation.
- Introduced a seed parameter in data preparation for requests, supporting reproducibility in model responses.
- Added support for JSON formatted output and a seed parameter in the run methods of both Chat and Text classes.
- Included a check to prevent JSON mode and streaming from being used together, as well as stop sequences and JSON mode, ensuring that feature constraints are respected.
- Streamlined user input handling and system prompt inclusion, enhancing the interaction flow and usability.
- Added exit/quit syntax to the start of the conversation.
- Added goodbye syntax to the end of the conversation.
- Removed whitespace.
- Updated the command-line interface to handle new flags for JSON output (--json) and seed (--seed).
- Expanded the help descriptions to include new features and provide clear usage instructions for the added functionalities.
- The README has been comprehensively updated to reflect the enhanced capabilities of the Groq AI Toolkit, including support for JSON formatted responses, the introduction of new models, and the inclusion of a seed for deterministic outputs.
- Updated performance metrics from 300 tokens/sec to 800 tokens/sec, showcasing the improved efficiency of the toolkit.
- Added descriptions of new features, installation steps, configuration options, and usage scenarios to guide both new and existing users in leveraging the toolkit effectively.
This update enhances the Groq AI Toolkit with additional features, improved error handling, and expanded functionality, particularly introducing support for 'LLama 3', JSON mode, and Seed sampling.
- Update to v1.0.1
- Changed default model in docs to "llama-3.1-8b-instant".
- Added support for the following models:
1. `llama-3.1-70b-versatile`
2. `llama-3.1-8b-instant`
3. `llava-v1.5-7b-4096-preview`
4. `llama-guard-3-8b`
5. `gemma2-9b-it`
- Added note about 8k token limit for preview models.
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.

2 participants