Skip to content

Commit

Permalink
add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanHB committed Feb 10, 2025
1 parent 140792b commit 5afbc1a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/model_configs/litellm_model.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
model:
base_params:
model_name: "openai/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B"
base_url: "https://router.huggingface.co/hf-inference/v1"
api_key: ""
generation:
temperature: 0.5
max_new_tokens: 111
stop_tokens: ["AnJsk"]
top_p: 0.9
seed: 0
repetition_penalty: 1.0
frequency_penalty: 0.0

0 comments on commit 5afbc1a

Please sign in to comment.