n4ze3m / dialoqbase

Create chatbots with ease
https://dialoqbase.n4ze3m.com/
MIT License
1.63k stars 266 forks source link

Railway Template - 6 Required Inputs but docs say only Supabase+OpenAI needed #112

Closed skwaugh closed 1 year ago

skwaugh commented 1 year ago

I'm trying to use the Railway template. The docs here say that only two inputs are required for the initial deployment: a Supabase URL and an OpenAI key.

Instead, the following are required: DATABASE_URL (Supabase) OPENAI_API_KEY GITHUB_ACCESS_TOKEN FIREWORKS_API_KEY ELEVENLABS_API_KEY GOOGLE_API_KEY

It's not clear why these other API providers are required upfront, nor why dialoqbase requires a personal access token for my github account.

Can you either update the docs to reflect these additional requirements, or adjust the railway template to align with the docs? I'm looking forward to using the project

tools Railway 2023-10-12 at 3 27 27 PM
n4ze3m commented 1 year ago

Hey, sorry about that. I will update the template right now.

n4ze3m commented 1 year ago

Hey, the template has been updated

skwaugh commented 1 year ago

That was fast. Thank you! Building & deploying now