Skip to content

Commit

Permalink
Change: clean-up the .env file parameters in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkat-cr committed Nov 11, 2024
1 parent 89c2e4c commit 6dcda3e
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,51 +73,23 @@ The `.env` file should have the following content:

```bash
PYTHON_VERSION=3.10
##############################
#
# LLM parameters
LLM_PROVIDER=together_ai
# LLM_PROVIDER=openai
# LLM_PROVIDER=groq
# LLM_PROVIDER=nvidia
# LLM_PROVIDER=ollama
# LLM_PROVIDER=huggingface
# LLM_PROVIDER=rhymes
#
# texto-to-image provider
# TEXT_TO_IMAGE_PROVIDER=openai
TEXT_TO_IMAGE_PROVIDER=huggingface
#
# Text-to-video provider
TEXT_TO_VIDEO_PROVIDER=rhymes
#
##############################
#
# Together AI
TOGETHER_AI_API_KEY=
#
# HuggingFace
# Hugging Face credentials and model URL
HUGGINGFACE_API_KEY=
#
# RHYMES parameters
RHYMES_ALLEGRO_API_KEY=
RHYMES_ARIA_API_KEY=
#
# OpenAI
OPENAI_API_KEY=
#
# Groq
GROQ_API_KEY=
#
# Ollama
OLLAMA_BASE_URL=localhost:11434
#
# Nvidia
NVIDIA_API_KEY=
#
##############################
#
# Database parameters
DB_TYPE=mongodb
# DB_TYPE=json
Expand Down

0 comments on commit 6dcda3e

Please sign in to comment.