diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2024-04-23 00:27:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 00:27:43 +0200 |
commit | 0c69a34b5b0328f3b09367cf4c204917741fbe9b (patch) | |
tree | 2a82fb0067c94988cbb5ea8d35804d428468b6b4 | |
parent | Merge pull request #1877 from Keycatowo/main (diff) | |
parent | feat: credit MetaAI (diff) | |
download | gpt4free-0c69a34b5b0328f3b09367cf4c204917741fbe9b.tar gpt4free-0c69a34b5b0328f3b09367cf4c204917741fbe9b.tar.gz gpt4free-0c69a34b5b0328f3b09367cf4c204917741fbe9b.tar.bz2 gpt4free-0c69a34b5b0328f3b09367cf4c204917741fbe9b.tar.lz gpt4free-0c69a34b5b0328f3b09367cf4c204917741fbe9b.tar.xz gpt4free-0c69a34b5b0328f3b09367cf4c204917741fbe9b.tar.zst gpt4free-0c69a34b5b0328f3b09367cf4c204917741fbe9b.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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.* |