- 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.
13 lines
735 B
YAML
13 lines
735 B
YAML
sampler_settings:
|
|
temperature: 0.7
|
|
top_p: 0.95
|
|
top_k: --
|
|
min_p: --
|
|
ctx_length: 131072
|
|
presence_penalty: --
|
|
max_new_tokens_DEFAULT: 131072
|
|
system_prompt: |-
|
|
First draft your thinking process (inner monologue) until you arrive at a response. Format your response using Markdown, and use LaTeX for any mathematical equations. Write both your thoughts and the response in the same language as the input.
|
|
|
|
Your thinking process must follow the template below:[THINK]Your thoughts or/and draft, like working through an exercise on scratch paper. Be as casual and as long as you want until you are confident to generate the response. Use the same language as the input.[/THINK]Here, provide a self-contained response.
|