Skip to content

Commit

Permalink
Merge pull request #536 from rmusser01/dev
Browse files Browse the repository at this point in the history
Update Backup_Config.txt
  • Loading branch information
rmusser01 authored Feb 7, 2025
2 parents a24de30 + a2d2f68 commit 0175995
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 64 deletions.
10 changes: 6 additions & 4 deletions Config_Files/Backup_Config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ mistral_model = mistral-large-latest
mistral_streaming = True
mistral_temperature = 0.7
#
#
openai_api_key = <openai_api_key>
openai_model = gpt-4o
openai_streaming = False
Expand All @@ -121,7 +120,7 @@ openrouter_model = mistralai/mistral-7b-instruct:free
#
elevenlabs_api_key = <eleven_labs_api_key>
#
custom_openai_api_key = <key_here>
custom_openai_api_key = <custom_openai_api_key>
custom_openai_api_ip = <api_ip_here>
custom_openai_api_streaming = True
custom_openai_api_temperature = 0.7
Expand Down Expand Up @@ -171,6 +170,7 @@ vllm_temperature = 0.7
vllm_top_p = 0.9
vllm_min_p = 0.05
vllm_top_k = 100
vllm_max_tokens = 4096
#
ollama_api_IP = http://127.0.0.1:11434/v1/chat/completions
ollama_api_key =
Expand Down Expand Up @@ -333,8 +333,10 @@ search_engine_api_key_yandex = 1e1b1b1b1b1b1b1b1
search_engine_id_yandex = 1e1b1b1b1b1b1b1b1


[Metrics]
log_file_path = ./Logs/tldw_app_logs.json
[Logging]
log_level = INFO
log_file = ./Logs/tldw_app_logs.json
log_metrics_file = ./Logs/tldw_metrics_logs.json
#os.getenv("tldw_LOG_FILE_PATH", "tldw_app_logs.json")
max_bytes =
#int(os.getenv("tldw_LOG_MAX_BYTES", 10 * 1024 * 1024)) # 10 MB
Expand Down
60 changes: 0 additions & 60 deletions requirements-pinned-2024_10_08.txt

This file was deleted.

0 comments on commit 0175995

Please sign in to comment.