https://github.com/ryo-ma/url-proxy
https://github.com/ryo-ma/url-proxy
assistant chatgpt gpts openai
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryo-ma/url-proxy
- Owner: ryo-ma
- License: mit
- Created: 2024-03-19T13:46:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T10:12:32.000Z (about 1 year ago)
- Last Synced: 2024-10-14T08:26:07.360Z (8 months ago)
- Topics: assistant, chatgpt, gpts, openai
- Language: Python
- Homepage: https://url-proxy-dusky.vercel.app
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Proxy
GPTs Code Interpreter cannot make HTTP requests to external sites.
Therefore, I have developed a proxy server that can be registered in GPTs Actions.# Usage
Request the URL in the `url` parameter using GET.
```
https://url-proxy-dusky.vercel.app/?url=https://xxxxxxxx/xx.json
```You can use an `encoding` parameter
```
https://url-proxy-dusky.vercel.app/?url=https://xxxxxxxx/xx.json?encoding=shift-jis
```# LICENSE
[MIT LICENSE](./LICENSE)