Spaces:
Running
Running
Create config.yaml
Browse files- config.yaml +23 -0
config.yaml
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model_list:
|
2 |
+
# northflank
|
3 |
+
- model_name: gpt-4o-mini-northflank
|
4 |
+
litellm_params:
|
5 |
+
model: openai/gpt-4o-mini
|
6 |
+
api_base: https://yc--northflank-duckapi--b69bn8cbbs7k.code.run/v1
|
7 |
+
api_key: any
|
8 |
+
- model_name: gpt-4o-mini
|
9 |
+
litellm_params:
|
10 |
+
model: openai/gpt-4o-mini
|
11 |
+
api_base: https://yc--northflank-duckapi--b69bn8cbbs7k.code.run/v1
|
12 |
+
api_key: any
|
13 |
+
- model_name: gpt-3.5-turbo-northflank
|
14 |
+
litellm_params:
|
15 |
+
model: openai/gpt-3.5-turbo
|
16 |
+
api_base: https://yc--northflank-duckapi--b69bn8cbbs7k.code.run/v1
|
17 |
+
api_key: any
|
18 |
+
- model_name: gpt-3.5-turbo
|
19 |
+
litellm_params:
|
20 |
+
model: openai/gpt-3.5-turbo
|
21 |
+
api_base: https://yc--northflank-duckapi--b69bn8cbbs7k.code.run/v1
|
22 |
+
api_key: any
|
23 |
+
|