summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Llama.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in model listHeiner Lohaus2024-04-221-3/+3
|
* A few small fixes in GUI and Providers (#1861)kqlio672024-04-191-4/+4
|
* Added Meta llama-3 support! (#1856)PD2024-04-191-0/+91
* Added Meta llama-3 support! Decided to change llama2.py to llama.py to hold all the llama family models. * updated HuggingChat provider * Update FlowGpt.py