freegate 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/README.ru.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Freegate
|
|
2
2
|
|
|
3
3
|
[](https://github.com/Artur21101965/davil-cod/actions)
|
|
4
|
-
[](https://hub.docker.com/r/nik951751/freegate)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://www.npmjs.com/package/davil-cod)
|
|
7
7
|
[](https://github.com/Artur21101965/davil-cod)
|
|
@@ -53,7 +53,7 @@ docker run -d --name davil-cod -p 4000:4000 \
|
|
|
53
53
|
-e PROVIDER_GROQ_APIKEY=... \
|
|
54
54
|
-e PROVIDER_MISTRAL_APIKEY=... \
|
|
55
55
|
-e AUTH=your-secret-key \
|
|
56
|
-
nik951751/
|
|
56
|
+
nik951751/freegate
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
### Connect any OpenAI client
|
package/README.ru.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Freegate
|
|
2
2
|
|
|
3
3
|
[](https://github.com/Artur21101965/davil-cod/actions)
|
|
4
|
-
[](https://hub.docker.com/r/nik951751/freegate)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://www.npmjs.com/package/davil-cod)
|
|
7
7
|
|
|
@@ -52,7 +52,7 @@ docker run -d --name davil-cod -p 4000:4000 \
|
|
|
52
52
|
-e PROVIDER_GROQ_APIKEY=... \
|
|
53
53
|
-e PROVIDER_MISTRAL_APIKEY=... \
|
|
54
54
|
-e AUTH=your-secret-key \
|
|
55
|
-
nik951751/
|
|
55
|
+
nik951751/freegate
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
### Подключение к любому OpenAI-клиенту
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "freegate",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Free multi-provider LLM gateway with automatic failover. One OpenAI-compatible endpoint routes to 25 free models (Groq, Mistral, Gemini, NIM, OpenRouter, ZAI, Cerebras, DeepSeek). Never pay for LLMs.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -40,4 +40,4 @@
|
|
|
40
40
|
"README.md",
|
|
41
41
|
"README.ru.md"
|
|
42
42
|
]
|
|
43
|
-
}
|
|
43
|
+
}
|