run-llama / rags

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

made _resolve_llm method more readable #21

Open MoeAD99 opened 1 year ago

MoeAD99 commented 1 year ago

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