Add Tautulli information retrieval, weather forecast, and YouTube transcript tools
- Implemented Tautulli information retrieval in `tautulli_informations.py` to fetch movie, anime, TV show, music amounts, and more. - Created a weather forecast tool in `weather_forecast.py` that retrieves and formats a 7-day weather forecast in German. - Developed a YouTube transcript provider in `youtube_summarizer.py` to fetch video transcripts and titles using Langchain Community's YoutubeLoader.
This commit is contained in:
9
Z_AI/GLM/GLM-414-32B.yml
Normal file
9
Z_AI/GLM/GLM-414-32B.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
sampler_settings:
|
||||
temperature: 0.2
|
||||
top_p: --
|
||||
top_k: --
|
||||
min_p: --
|
||||
ctx_length: 32768
|
||||
presence_penalty: --
|
||||
max_new_tokens_DEFAULT: 32768
|
||||
system_prompt: |-
|
||||
9
Z_AI/GLM/GLM-Z1-414-32B.yml
Normal file
9
Z_AI/GLM/GLM-Z1-414-32B.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
sampler_settings:
|
||||
temperature: 0.6
|
||||
top_p: 0.95
|
||||
top_k: 40
|
||||
min_p: --
|
||||
ctx_length: 32768
|
||||
presence_penalty: --
|
||||
max_new_tokens_DEFAULT: 30000
|
||||
system_prompt: |-
|
||||
Reference in New Issue
Block a user