Skip to content

Commit

Permalink
Adding in easy DO deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
samestrin committed Apr 24, 2024
1 parent 08200c1 commit 9bf8d0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This project converts the API of Anthropic's Claude model to the OpenAI Chat API
- 💦 Support streaming response
- 🐻 Support claude-instant-1, claude-2 models

## Deploy to Digital Ocean

Click this button to deploy the project to your Digital Ocean account:

[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/samestrin/claude-to-chatgpt-netlify)

## Digital Ocean App Platform Setup

### Commands > Run Command
Expand Down
1 change: 1 addition & 0 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- name: web
github:
repo: samestrin/claude-to-chatgpt-php-digital-ocean
repo_clone_url: https://github.com/samestrin/claude-to-chatgpt-php-digital-ocean.git
branch: main
environment_slug: php
build_command: composer install
Expand Down

0 comments on commit 9bf8d0c

Please sign in to comment.