Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +14 -0
config.yaml
CHANGED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
models:
|
2 |
+
llama-3.1-70b-versatile:
|
3 |
+
name: llama-3.1-70b-versatile
|
4 |
+
provider: groq
|
5 |
+
tokens: 8000
|
6 |
+
developer: Meta
|
7 |
+
description: Llama3-70b-chat is a large language model developed by Meta, known for its strong performance on various natural language processing tasks.
|
8 |
+
|
9 |
+
default_max_tokens: 8000
|
10 |
+
|
11 |
+
prompt_templates:
|
12 |
+
creative_writing: "Write a short story about a [theme] in the style of [author]."
|
13 |
+
code_generation: "Write a Python function that [task]."
|
14 |
+
data_analysis: "Analyze the following dataset and provide insights: [dataset]"
|