devika icon indicating copy to clipboard operation
devika copied to clipboard

Fix - Groq_client issues

Open rajakumar05032000 opened this issue 1 year ago • 1 comments

*************** Fixes Groq client *********************

Issues : -> groq package and the groq_client file had same class name. -> init method had api_key as argument and It was not an optional field and also while object creation api_key was not supplied, which prevented groq_client object creation. -> Due to the above issues, groq_client was not working.

Fixes made: ->imported Groq class from the package as _Groq (as it was used, only internally). which solves Groq object creation. -> removed the api_key argument in init method, as it was not need.

Tested thoroughly , now groq_client works smoothly as expected!

rajakumar05032000 avatar Mar 27 '24 12:03 rajakumar05032000

Fixes #192

rajakumar05032000 avatar Mar 27 '24 18:03 rajakumar05032000

Thank you. Merging this right away! ❤️ 🙌

mufeedvh avatar Mar 28 '24 09:03 mufeedvh