mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
Chore: Add placeholders for features (#25)
chore: Add placeholders for features with "coming soon" message
This commit is contained in:
parent
795f0be80e
commit
2633ff0a2a
6 changed files with 58 additions and 1 deletions
18
docs/configurations/inference-providers.mdx
Normal file
18
docs/configurations/inference-providers.mdx
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: "Inference Provider"
|
||||
description: "Dograh ships with its own inferencing engine, which is hosted at https://services.dograh.com. The inference service provides LLM, TTS and STT services. In this document you can see how you can configure the inferencing engine to your favourite provider, like OpenAI, Gemini etc."
|
||||
---
|
||||
|
||||
## Configure Inference Provider
|
||||
|
||||
You can go to `https://app.dograh.com/service-configurations` if you are on hosted version of Dograh or go to `http://localhost:3010/service-configurations` if you are running Dograh locally.
|
||||
|
||||
You can see the configuration for the inference provider in the following screenshot.
|
||||
|
||||

|
||||
|
||||
You can select the provider from the dropdown and configure the API key, model, etc.
|
||||
|
||||
## Next Steps
|
||||
|
||||
You can see how to configure the telephony provider in [Telephony Integrations](/telephony/twilio).
|
||||
Loading…
Add table
Add a link
Reference in a new issue