Spaces:
Running
Running
AleksanderObuchowski
commited on
Commit
•
480c2d7
1
Parent(s):
bf2c598
fix?
Browse files- .env.local.template +5 -11
.env.local.template
CHANGED
@@ -23,18 +23,12 @@ COMMUNITY_TOOLS=false
|
|
23 |
TOOLS=`[]`
|
24 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
25 |
MODELS=`[{
|
26 |
-
"name": "
|
27 |
-
"displayName": "
|
28 |
"endpoints" : [{
|
29 |
"type": "openai",
|
30 |
-
"
|
31 |
-
|
32 |
-
},{
|
33 |
-
"name": "gpt-3.5-turbo",
|
34 |
-
"displayName": "GPT 3.5 Turbo",
|
35 |
-
"endpoints" : [{
|
36 |
-
"type": "openai",
|
37 |
-
"apiKey": "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"
|
38 |
}]
|
39 |
}]`
|
40 |
#Repetition penality = presence_penalty + 2
|
@@ -76,7 +70,7 @@ PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
|
|
76 |
PUBLIC_ANNOUNCEMENT_BANNERS=`[
|
77 |
{
|
78 |
"title": "Eskulap Alpha 0 teraz w twoim komputrze",
|
79 |
-
"linkTitle": "Release,
|
80 |
}
|
81 |
]`
|
82 |
|
|
|
23 |
TOOLS=`[]`
|
24 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
25 |
MODELS=`[{
|
26 |
+
"name": "lion-ai/eskulap-alpha-0",
|
27 |
+
"displayName": "eskulap-alpha-0",
|
28 |
"endpoints" : [{
|
29 |
"type": "openai",
|
30 |
+
"baseURL": "https://api.runpod.ai/v2/vllm-ngcsereofrslpj/openai/v1",
|
31 |
+
"apiKey": "S898TGMK9YPSFXMB885WKV3N4NMIHVCOHTGJJS45"
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}]
|
33 |
}]`
|
34 |
#Repetition penality = presence_penalty + 2
|
|
|
70 |
PUBLIC_ANNOUNCEMENT_BANNERS=`[
|
71 |
{
|
72 |
"title": "Eskulap Alpha 0 teraz w twoim komputrze",
|
73 |
+
"linkTitle": "Release",
|
74 |
}
|
75 |
]`
|
76 |
|