Compare commits

...

2 Commits

Author SHA1 Message Date
Tekky 0c69a34b5b
Merge pull request #1880 from Strvm/feat/credit_meta
feat: credit MetaAI
2024-04-22 23:27:43 +01:00
Romeo Phillips 009c8ca1d6
feat: credit MetaAI 2024-04-22 13:22:27 -07:00
1 changed files with 2 additions and 0 deletions

View File

@ -873,6 +873,8 @@ A list of all contributors is available [here](https://github.com/xtekky/gpt4fre
- The [`har_file.py`](g4f/Provider/openai/har_file.py) has input from [xqdoo00o/ChatGPT-to-API](https://github.com/xqdoo00o/ChatGPT-to-API)
- The [`PerplexityLabs.py`](g4f/Provider/openai/har_file.py) has input from [nathanrchn/perplexityai](https://github.com/nathanrchn/perplexityai)
- The [`Gemini.py`](g4f/Provider/needs_auth/Gemini.py) has input from [dsdanielpark/Gemini-API](https://github.com/dsdanielpark/Gemini-API)
- The [`MetaAI.py`](g4f/Provider/MetaAI.py) file contains code from [meta-ai-api](https://github.com/Strvm/meta-ai-api) by [@Strvm](https://github.com/Strvm)
*Having input implies that the AI's code generation utilized it as one of many sources.*