exercism / chatgpt-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercism's ChatGPT Proxy

Tests

This is Exercism's proxy to ChatGPT It takes:

  • an action (help, feedback)
  • student's solution
  • test files

It combines these into a prompt, sends it to ChatGPT, and returns the result.

Run as if a lambda locally

docker run --rm -p 3026:8080 chatgpt-proxy

About

License:GNU Affero General Public License v3.0


Languages

Language:Ruby 96.4%Language:Dockerfile 3.1%Language:Shell 0.6%