Skip to content

Commit

Permalink
Merge pull request #2206 from Parthsadaria/patch-1
Browse files Browse the repository at this point in the history
Fixed MetaAI.py
  • Loading branch information
xtekky authored Aug 30, 2024
2 parents c702f54 + c5c1809 commit c138f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4f/Provider/MetaAI.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class Sources():
def __init__(self, link_list: List[Dict[str, str]]) -> None:
self.link = link_list
self.list = link_list

def __str__(self) -> str:
return "\n\n" + ("\n".join([f"[{link['title']}]({link['link']})" for link in self.list]))
Expand Down

0 comments on commit c138f30

Please sign in to comment.