Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

[Feature Request]: Add free OPENAI API support without account and KEY. #1366

Closed
1 task done
ghost opened this issue Apr 24, 2023 · 3 comments
Closed
1 task done

[Feature Request]: Add free OPENAI API support without account and KEY. #1366

ghost opened this issue Apr 24, 2023 · 3 comments
Assignees
Labels
API enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Apr 24, 2023

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What would your feature do ?

Call Vercel API to get free gpt-3.5-turbo.

Proposed workflow

vercel provides free AI Playground.
Anonymous users can use it 10 times for free, but they can always use it for free by changing user-agent.
The repository has implemented: https://github.com/ClassmateLin/free-chatgpt.
Request to add to module: revChatGPT.

Additional information

No response

@github-actions github-actions bot added enhancement New feature or request API labels Apr 24, 2023
@github-actions
Copy link

Automated:
👋 Thanks for reporting this issue. @acheong08 will review it shortly. In the meantime, please check to see if there are any similar issues already closed.

@acheong08
Copy link
Owner

Does this support conversations?

@Beckjiang
Copy link

@acheong08
Based on revChatGPT, I have implemented a compatible interface layer for Chat API, supporting GPT-3.5 and GPT-4 (requires a paid account). Session persistence is implemented through API keys.

May be similar to chatgpt-to-api.
https://github.com/Beckjiang/chatgpt-api

@ghost ghost closed this as completed Apr 26, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants