AI-Commandos / RAGMeUp

Generic rag framework to apply the power of LLMs on any given dataset
Apache License 2.0
457 stars 40 forks source link

model name configuration options added in env file for openai and gemini #7

Closed Arslan-Mehmood1 closed 3 months ago

Arslan-Mehmood1 commented 3 months ago

The model name for openai and gemini is fixed in 'server/RAGHelper_cloud.py'. I've added support to allow setting and changing name of model for openai and gemini using .env file.

Please review and let me know if any changes are required.

Thanks