From ee22ed41cd307c30ff106ecd05cf029d3fd343bc Mon Sep 17 00:00:00 2001 From: TKS <32640296+bigsk1@users.noreply.github.com> Date: Wed, 26 Jun 2024 02:33:31 -0700 Subject: [PATCH] update readme for new improvements --- .env.sample | 2 -- README.md | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.env.sample b/.env.sample index 24750f8..ad56e2a 100644 --- a/.env.sample +++ b/.env.sample @@ -3,7 +3,6 @@ # You can mix and match; use local Ollama with OpenAI speech or use OpenAI model with local XTTS, etc. # Model Provider: openai or ollama -# Once set, if run webui can't change in UI until you stop server and restart MODEL_PROVIDER=ollama # Character Configuration: @@ -13,7 +12,6 @@ CHARACTER_NAME=nerd # Text-to-Speech (TTS) Configuration: # TTS Provider - Options: xtts (local uses the custom character .wav) or openai (uses OpenAI TTS voice) or elevenlabs -# Once set, if run webui can't change in UI until you stop server and restart TTS_PROVIDER=elevenlabs # OpenAI TTS Voice - Used when TTS_PROVIDER is set to openai above diff --git a/README.md b/README.md index f01f216..53fd1ce 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ You can run all locally, you can use openai for chat and voice, you can mix betw - **Analyzes user mood and adjusts AI responses accordingly**: Get personalized responses based on your mood. - **You can, just by speaking, have the AI analyze your screen and chat about it**: Seamlessly integrate visual context into your conversations. - **Easy configuration through environment variables**: Customize the application to suit your preferences with minimal effort. -- **WebUI or Terminal usage**: Can be ran with either +- **WebUI or Terminal usage**: Run with your preferred method , but recommend the ui as you can change characters, model providers, speech providers, voices, ect.. +- **HUGE selection of built in Characters**: Talk with the funniest and most insane AI characters! ## Installation @@ -152,10 +153,9 @@ In the docker folder there is also some scripts to update the model and tts prov ```env # Conditional API Usage: # Depending on the value of MODEL_PROVIDER, the corresponding service will be used when run. -# You can mix and match; use local Ollama with OpenAI speech or use OpenAI model with local XTTS, etc. You have to shutdown server when switching between tts providers and model providers but all other options can be updated when server is running in webui. +# You can mix and match; use local Ollama with OpenAI speech or use OpenAI model with local XTTS, etc. # Model Provider: openai or ollama -# Once set, if running webui you can't change in the UI until you stop server and restart MODEL_PROVIDER=ollama # Character Configuration: