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 CHANGED
@@ -1,7 +1,7 @@
1
1
  # Freegate
2
2
 
3
3
  [![CI](https://github.com/Artur21101965/davil-cod/actions/workflows/ci.yml/badge.svg)](https://github.com/Artur21101965/davil-cod/actions)
4
- [![Docker Hub](https://img.shields.io/docker/pulls/nik951751/davil-cod.svg)](https://hub.docker.com/r/nik951751/davil-cod)
4
+ [![Docker Hub](https://img.shields.io/docker/pulls/nik951751/freegate.svg)](https://hub.docker.com/r/nik951751/freegate)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
  [![npm](https://img.shields.io/npm/v/davil-cod.svg)](https://www.npmjs.com/package/davil-cod)
7
7
  [![GitHub stars](https://img.shields.io/github/stars/Artur21101965/davil-cod?style=social)](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/davil-cod
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
  [![CI](https://github.com/Artur21101965/davil-cod/actions/workflows/ci.yml/badge.svg)](https://github.com/Artur21101965/davil-cod/actions)
4
- [![Docker Hub](https://img.shields.io/docker/pulls/nik951751/davil-cod.svg)](https://hub.docker.com/r/nik951751/davil-cod)
4
+ [![Docker Hub](https://img.shields.io/docker/pulls/nik951751/freegate.svg)](https://hub.docker.com/r/nik951751/freegate)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
  [![npm](https://img.shields.io/npm/v/davil-cod.svg)](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/davil-cod
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.0",
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
+ }