https://developer.poe.com/ https://github.com/snowby666/poe-api-wrapper 它是Poe.com 的一个 Python API 接口库,采用 Httpx 技术。使用它,你可以通过 API 接口免费连接到 ChatGPT、DALLE、Claude、Mistral、Gemini 等多种服务。 建议按以下操作,先运行示例了解下这个库的功能。 两种方式可以获得token,我用...
pip install -U 'poe-api-wrapper[llm]' Clone the repo or use the same setup in openai folder: git clone https://github.com/snowby666/poe-api-wrapper.git cd poe-api-wrapper\poe_api_wrapper\openai Modify secrets.json with your own tokens Run the FastAPI server: python api.py Run ...
👾 A Python API wrapper for Poe.com. With this, you will have free access to GPT-4, Claude, Llama, Gemini, Mistral and more! 🚀 - Fix: sync queue may block event loop when high qps · snowby666/poe-api-wrapper@81f7497
ading2210/poe-api: a reverse engineered Python API wrapper for Quora's Poe Copyright (C) 2023 ading2210 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3...
A reverse engineered Python API wrapper for Quora's Poe, which provides free access to ChatGPT, GPT-4, and Claude. - zunan-islands/poe-api
gpt-4o has been updated in po, what is its code?noseon commented May 23, 2024 api for me she died. but they say it still works but no one has posted code that does the sameSign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
A wrapper that lets you use the reverse-engineered Python library poe-api library as if it was the OpenAI API for ChatGPT. You can connect your favorite OpenAI API based apps to this proxy and enjoy the ChatGPT API for free! - juzeon/poe-openai-proxy
pip install -U poe-api-wrapper Or you can install a proxy-support version of this library for Python 3.9+ pip install -U poe-api-wrapper[proxy] You can run an example of this library: from poe_api_wrapper import PoeExample token = "TOKEN_HERE" PoeExample(token).chat_with_bot() Thi...
pip install -U 'poe-api-wrapper[llm]' Clone the repo or use the same setup in openai folder: git clone https://github.com/snowby666/poe-api-wrapper.git cd poe-api-wrapper\poe_api_wrapper\openai Modify secrets.json with your own tokens Run the FastAPI server: python api.py Run ...
pip install -U 'poe-api-wrapper[llm]' Clone the repo or use the same setup in openai folder: git clone https://github.com/snowby666/poe-api-wrapper.git cd poe-api-wrapper\poe_api_wrapper\openai Modify secrets.json with your own tokens Run the FastAPI server: python api.py Run ...