Sohammhatre10 / resume_scanner

Resume scanning and feature extraction using LLM endpoints
MIT License
3 stars 17 forks source link

Added functionality for Google's Gemini using Groq #8

Closed Shaunak-Gupta-dev closed 1 month ago

Shaunak-Gupta-dev commented 1 month ago

Summary of Changes: This pull request introduces functionality for integrating Google's Gemini using the Groq API. The implementation is located in the GeminiResumeScanner folder. The changes replace the previous OpenAI-related functionality with Gemini-specific integration to better support the intended use case.

Details of Changes:

Gemini Integration: Added code to use Google's Gemini for processing within the GeminiResumeScanner folder. This new integration utilizes the Groq API to interact with Gemini's services. Replaced OpenAI with Gemini: The original functionality that involved OpenAI has been replaced with the Gemini integration, adapting the logic and API calls accordingly.

Screenshot 2024-10-21 105531

I just put a line on the number for privacy concerns

Sohammhatre10 commented 1 month ago

@Shaunak-Gupta-dev Thanks a lot for the PR but will be closing this as the api_key is visible please use os.environ["GROQ_API_KEY"] = "" i.e. keep it blank and create a new PR PS - Delete this api_key from your Groq Cloud too as misuse of the same may happen.

Shaunak-Gupta-dev commented 1 month ago

yeah i noticed it earlier, then decided to delete the key from the Groq itself still i have raised a new PR sorry for the confusion