File size: 549 Bytes
b217fe5
e4caf69
d9b094c
b217fe5
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
models:
  llama-3.3-70b-versatile:
    name: llama-3.3-70b-versatile
    provider: groq
    tokens: 8000
    developer: Meta
    description: Llama3-70b-chat is a large language model developed by Meta, known for its strong performance on various natural language processing tasks.

default_max_tokens: 8000

prompt_templates:
  creative_writing: "Write a short story about a [theme] in the style of [author]."
  code_generation: "Write a Python function that [task]."
  data_analysis: "Analyze the following dataset and provide insights: [dataset]"