Skip to content

Commit

Permalink
Update Backup_Config.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rmusser01 committed Jan 1, 2025
1 parent 8042e06 commit 3f37d00
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 14 deletions.
183 changes: 174 additions & 9 deletions Config_Files/Backup_Config.txt
Original file line number Diff line number Diff line change
@@ -1,71 +1,237 @@
[API]
anthropic_api_key = <anthropic_api_key>
anthropic_model = claude-3-5-sonnet-20240620
anthropic_streaming = True
anthropic_temperature = 0.7
#
cohere_api_key = <cohere_api_key>
cohere_model = command-r-plus
cohere_streaming = True
cohere_temperature = 0.7
#
groq_api_key = <groq_api_key>
groq_model = llama3-70b-8192
groq_streaming = True
groq_temperature = 0.7
#
openai_api_key = <openai_api_key>
openai_model = gpt-4o
openai_streaming = False
openai_temperature = 0.7
#
huggingface_api_key = <huggingface_api_key>
huggingface_model = meta-llama/Llama-3.1-70B-Instruct
huggingface_streaming = True
huggingface_temperature = 0.7
#
openrouter_api_key = <openrouter_api_key>
openrouter_model = mistralai/mistral-7b-instruct:free
#
deepseek_api_key = <deepseek_api_key>
deepseek_model = deepseek-chat
deepseek_streaming = True
deepseek_temperature = 0.7
#
mistral_api_key = <mistral_api_key>
mistral_model = mistral-large-latest
mistral_streaming = True
mistral_temperature = 0.7
#
google_api_key = <google_api_key>
# Available Model Options:
google_model = gemini-1.5-pro
google_streaming = True
google_temperature = 0.7
#
elevenlabs_api_key = <eleven_labs_api_key>
#
custom_openai_api_key = <key_here>
custom_openai_api_ip = <api_ip_here>
custom_openai_api_streaming = True
custom_openai_api_temperature = 0.7
custom_openai_api_top_p = 0.9
custom_openai_api_min_p = 0.05
#
default_api = openai


[Local-API]
kobold_api_IP = http://127.0.0.1:5001/api/v1/generate
kobold_openai_api_IP = http://127.0.0.1:5001/v1/chat/completions
kobold_api_key =
kobold_streaming = True
kobold_temperature = 0.7
kobold_top_p = 0.9
kobold_min_p = 0.05
#
llama_api_IP = http://127.0.0.1:8080/completion
llama_api_key =
llama_streaming = True
llama_temperature = 0.7
llama_top_p = 0.9
llama_min_p = 0.05
#
ooba_api_key =
ooba_api_IP = http://127.0.0.1:5000/v1/chat/completions
ooba_streaming = True
ooba_temperature = 0.7
ooba_top_p = 0.9
ooba_min_p = 0.05
#
tabby_api_IP = http://127.0.0.1:5000/v1/chat/completions
tabby_api_key =
tabby_streaming = True
tabby_temperature = 0.7
#
vllm_api_IP = http://127.0.0.1:8000/v1/chat/completions
vllm_model =
vllm_api_key =
vllm_streaming = True
vllm_temperature = 0.7
#
ollama_api_IP = http://127.0.0.1:11434/v1/chat/completions
ollama_api_key =
ollama_model = llama3
ollama_streaming = True
#
aphrodite_api_IP = http://127.0.0.1:8080/completion
aphrodite_api_key =
aphrodite_streaming = True
aphrodite_temperature = 0.7
aphrodite_top_p = 0.9
aphrodite_min_p = 0.05
aphrodite_model =
#
max_tokens = 4096
local_api_timeout = 90
local_api_retries = 3
local_api_retry_delay = 5
streaming = True
temperature = 0.7
top_p = 0.9
min_p = 0.05
# https://artefact2.github.io/llm-sampling/

[Processing]
processing_choice = cuda

[Settings]
# Rename to LLM_API_Settings
chunk_duration = 30
words_per_second = 3
save_character_chats = False
save_rag_chats = False
local_api_timeout = 90
local_api_retries = 3
local_api_retry_delay = 5
streaming = True
temperature = 0.7
top_p = 0.9
min_p = 0.05
# https://artefact2.github.io/llm-sampling/

[Auto-Save]
save_character_chats = False
save_rag_chats = False

[TTS-Settings]
# General TTS Settings
default_tts_provider = openai
default_tts_voice = shimmer
default_tts_speed = 1
#
# OpenAI TTS Settings
# available voices are 'alloy`, `echo`, `fable`, `onyx`, `nova`, and `shimmer'
default_openai_tts_voice = shimmer
default_openai_tts_speed = 1
# available models are 'tts-1' or 'tts-1-hd'
default_openai_tts_model = tts-1-hd
default_openai_tts_output_format = mp3
#
# ElevenLabs TTS Settings
default_eleven_tts_voice = pNInz6obpgDQGcFmaJgB
default_eleven_tts_model = FIXME
default_eleven_tts_language_code = FIXME
default_eleven_tts_voice_stability = FIXME
default_eleven_tts_voice_similiarity_boost = FIXME
default_eleven_tts_voice_style = FIXME
default_eleven_tts_voice_use_speaker_boost = FIXME
default_eleven_tts_voice_pronunciation_dictionary_locators_dict_id = FIXME
default_eleven_tts_voice_pronunciation_dictionary_locators_version_id = FIXME
default_eleven_tts_speed = 1
default_eleven_tts_output_format = FIXME
# Google TTS Settings
default_google_tts_model = FIXME
default_google_tts_voice = FIXME
default_google_tts_speed = 1
#
# MS Edge TTS Settings
edge_tts_voice = FIXME
#

[Search-Engines]
# Search Defaults
search_provider_default = google
search_language_query = en
search_language_results = en
search_language_analysis = en
search_default_max_queries = 10
search_enable_subquery = True
search_enable_subquery_count_max = 5
search_result_rerank = True
search_result_max = 15
search_result_max_per_query = 10
search_result_blacklist = []
search_result_display_type = list
search_result_display_metadata = False
search_result_save_to_db = True
# How you want the results to be written, think 'style' or voice
search_result_analysis_tone =
#### Search Engines #####
# Baidu
search_engine_api_key_baidu = <baidu_api_key>>
#
# Bing
search_engine_api_url_bing = https://api.bing.microsoft.com/v7.0/search
search_engine_api_key_bing = <bing_api_key>
search_engine_country_code_bing = en
#
# Brave
search_engine_api_key_brave_regular = <brave_api_key>
search_engine_api_key_brave_ai = <brave_ai_api_key>
search_engine_country_code_brave = US
#
# DuckDuckGo
#
# Google
search_engine_api_url_google = https://www.googleapis.com/customsearch/v1?
search_engine_api_key_google = <google_api_key>
search_engine_id_google = <google_search_engine_id>
# 0 = Enable / 1 = Disabled
enable_traditional_chinese = 0
# Restricts search results to documents originating in a particular country.
limit_google_search_to_country = False
google_search_country_code = US
google_filter_setting = 1
google_user_geolocation = US
google_ui_language = en
google_limit_search_results_to_language =
google_default_search_results =
google_safe_search = "active"
google_enable_site_search =
google_site_search_include =
google_site_search_exclude =
# https://developers.google.com/custom-search/docs/structured_search#sort-by-attribute
google_sort_results_by =
#
# Kagi
search_engine_api_key_kagi = <kagi_api_key>>
# SearX
search_engine_searx_api = https://search.rhscz.eu/
# Serper
# Tavily
search_engine_api_key_tavily = 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
# Yandex
search_engine_api_key_yandex = <yandex_api_key>>
search_engine_id_yandex = <yandex_search_engine_id>>

[Prompts]
prompt_sample = "What is the meaning of life?"
video_summarize_prompt = "Above is the transcript of a video. Please read through the transcript carefully. Identify the main topics that are discussed over the course of the transcript. Then, summarize the key points about each main topic in bullet points. The bullet points should cover the key information conveyed about each topic in the video, but should be much shorter than the full transcript. Please output your bullet point summary inside <bulletpoints> tags. Do not repeat yourself while writing the summary."


[Database]
type = sqlite
sqlite_path = Databases/media_summary.db
Expand Down Expand Up @@ -110,7 +276,6 @@ max_bytes =
backup_count = 5
#int(os.getenv("tldw_LOG_BACKUP_COUNT", 5))


#[Comments]
#OpenAI Models:
# gpt-4o
Expand Down
9 changes: 9 additions & 0 deletions Docs/Design/Diagram_Generation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Diagram Generation


### Link Dump:
https://excalidraw.com/
https://www.napkin.ai/



3 changes: 2 additions & 1 deletion Docs/Design/Education.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### Link Dump:
https://arxiv.org/abs/2412.02035
https://github.com/andreamust/NEON-GPT
https://excalidraw.com/

https://arxiv.org/abs/2411.07407
https://arxiv.org/abs/2412.16429
https://huggingface.co/papers/2412.15443
Expand All @@ -15,6 +15,7 @@ https://bbycroft.net/llm
https://github.com/met4citizen/TalkingHead



one2manny
Today at 12:43 AM
Expand Down
19 changes: 15 additions & 4 deletions Docs/Design/Researcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,20 @@ Standford STORM
https://arxiv.org/abs/2402.14207#
https://storm.genie.stanford.edu/

Google Learn About
https://learning.google.com/experiments/learn-about

Google Pinpoint
https://journaliststudio.google.com/pinpoint/about/

Gemini Deepresearcher
https://blog.google/products/gemini/google-gemini-deep-research/

https://github.com/assafelovic/gpt-researcher
https://arxiv.org/abs/2411.15114
https://journaliststudio.google.com/pinpoint/about/

https://github.com/assafelovic/gpt-researcher/tree/master/gpt_researcher
https://blog.google/products/gemini/google-gemini-deep-research/

https://github.com/neuml/annotateai
https://docs.gptr.dev/docs/gpt-researcher/multi_agents/langgraph
https://pub.towardsai.net/learn-anything-with-ai-and-the-feynman-technique-00a33f6a02bc
Expand All @@ -133,13 +142,15 @@ https://www.researchrabbit.ai/
https://github.com/faraz18001/Sales-Llama
https://github.com/memgraph/memgraph
https://github.com/rashadphz/farfalle/tree/main/src/backend
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama/blob/main/Self_Improving_Search.py
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama

https://github.com/rashadphz/farfalle/blob/main/src/backend/agent_search.py
https://github.com/rashadphz/farfalle/blob/main/src/backend/prompts.py
https://github.com/stanford-oval/storm/blob/main/examples/storm_examples/run_storm_wiki_claude.py
https://learning.google.com/experiments/learn-about

AI Web Researcher Ollama
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama/blob/main/Self_Improving_Search.py
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama



Expand Down
8 changes: 8 additions & 0 deletions Docs/Design/TTS_STT.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,18 @@ https://docs.cartesia.ai/get-started/make-an-api-request
https://github.com/JarodMica/open-neruosama
https://github.com/flatmax/speech-to-text
https://arxiv.org/abs/2412.18566
https://github.com/Rolandjg/skool4free


SoundStorm
https://deepmind.google/discover/blog/pushing-the-frontiers-of-audio-generation/
https://github.com/lucidrains/soundstorm-pytorch


Google
https://github.com/google-gemini/cookbook/tree/main/gemini-2
https://discuss.ai.google.dev/t/how-does-one-get-access-to-the-api-for-tts-features-of-gemini-2-0/53925/15
https://illuminate.google.com/home?pli=1
```
import asyncio
import base64
Expand Down
1 change: 1 addition & 0 deletions Docs/RAG_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ GraphRAG
https://neuml.hashnode.dev/advanced-rag-with-graph-path-traversal
https://volodymyrpavlyshyn.medium.com/unified-knowledge-graph-model-rdf-rdf-vs-lpg-the-end-of-war-a7c14d6ac76f
https://github.com/zjunlp/OneKE
https://blog.gopenai.com/llm-ontology-prompting-for-knowledge-graph-extraction-efdcdd0db3a1?gi=1d8915f0da5e



Expand Down

0 comments on commit 3f37d00

Please sign in to comment.