run-llama / rags

Build ChatGPT over your data, all with natural language
MIT License
6.17k stars 629 forks source link

made _resolve_llm method more readable #21

Open MoeAD99 opened 9 months ago

MoeAD99 commented 9 months ago

Refactored __resolvellm function to make use of match-case statements instead of if-else.