Skip to content

Commit

Permalink
chore: env file
Browse files Browse the repository at this point in the history
  • Loading branch information
liou666 committed Apr 14, 2023
1 parent cf4faf9 commit 0824b31
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# OpenAi Key
VITE_OPENAI_API_KEY=xxx
# Network Proxy
# OpenAi Key (required)
VITE_OPENAI_API_KEY=xxx

# Network Proxy (not required)
VITE_SERVE_PROXY=xxx
# Aruze Key
VITE_SCRIPTION_KEY=dxxx
# Aruze Region

# Aruze tts Key (required for tts)
VITE_SCRIPTION_KEY=xxx

# Aruze tts Region (required for tts , e.g eastasia1)
VITE_REGION=xxx

# Aruze translate Key (required for translate)
VITE_TRANSLATE_KEY=xxx

0 comments on commit 0824b31

Please sign in to comment.