1
0
Fork 0
home-stack-kustomize/kustomize/env/prod/configurations/litellm/config.yml

32 lines
919 B
YAML
Raw Normal View History

2024-02-06 00:14:44 +00:00
model_list:
2024-02-17 07:01:24 +00:00
- model_name: mistral
2024-02-06 00:14:44 +00:00
litellm_params:
2024-02-17 07:01:24 +00:00
model: ollama/mistral:7b-instruct-v0.2-q5_K_M
2024-02-06 00:14:44 +00:00
api_base: http://192.168.30.20:11434
2024-02-17 07:01:24 +00:00
stream: True
- model_name: openhermes
2024-02-06 00:14:44 +00:00
litellm_params:
2024-02-17 07:01:24 +00:00
model: ollama/openhermes:7b-mistral-v2.5-q5_K_M
2024-02-06 00:14:44 +00:00
api_base: http://192.168.30.20:11434
# stream: True
2024-02-17 07:01:24 +00:00
# - model_name: dolphin-mistral
# litellm_params:
# model: ollama/dolphin-mistral
# api_base: http://192.168.30.20:11434
# # stream: True
- model_name: solar
litellm_params:
2024-02-17 07:01:24 +00:00
model: ollama/solar:10.7b-instruct-v1-q5_K_M
api_base: http://192.168.30.20:11434
2024-02-17 07:01:24 +00:00
stream: True
- model_name: deepseek-coder-6.7b
litellm_params:
model: ollama/deepseek-coder:6.7b-instruct-q8_0
api_base: http://192.168.30.20:11434
stream: True
litellm_settings:
drop_params: True
general_settings:
master_key: "os.environ/MASTER_KEY"