oceansweep commited on
Commit
e03784a
1 Parent(s): 1a38c29

Create config.txt

Browse files
Files changed (1) hide show
  1. config.txt +41 -0
config.txt ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [API]
2
+ anthropic_api_key = <anthropic_api_key
3
+ anthropic_model = claude-3-sonnet-20240229
4
+ cohere_api_key = <cohere_api_key>
5
+ cohere_model = command-r-plus
6
+ groq_api_key = <your_groq_api_key>
7
+ groq_model = llama3-70b-8192
8
+ openai_api_key = <openai_api_key>
9
+ openai_model = gpt-4o
10
+ huggingface_api_key = <huggingface_api_token>
11
+ huggingface_model = CohereForAI/c4ai-command-r-plus
12
+ openrouter_api_key = <openrouter_api_key>
13
+ openrouter_model = mistralai/mistral-7b-instruct:free
14
+ deepseek_api_key = <deepseek_api_key>
15
+ deepseek_model = deepseek-coder
16
+
17
+ [Local-API]
18
+ kobold_api_key = <kobold api key>
19
+ kobold_api_IP = http://127.0.0.1:5001/api/v1/generate
20
+ llama_api_key = <llama.cpp api key>
21
+ llama_api_IP = http://127.0.0.1:8080/completion
22
+ ooba_api_key = <ooba api key>
23
+ ooba_api_IP = http://127.0.0.1:5000/v1/chat/completions
24
+ tabby_api_IP = http://127.0.0.1:5000/v1/chat/completions
25
+ tabby_api_key = <tabbyapi key>
26
+ vllm_api_IP = http://127.0.0.1:8000/v1/chat/completions
27
+
28
+ [Paths]
29
+ output_path = Results
30
+ logging_file = Logs
31
+
32
+
33
+ [Processing]
34
+ processing_choice = cuda
35
+
36
+ [Settings]
37
+ max_tokens = 100
38
+
39
+ [Prompts]
40
+ prompt_sample = "What is the meaning of life?"
41
+ 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."