Skip to content

Commit

Permalink
chore: new sponsor added
Browse files Browse the repository at this point in the history
  • Loading branch information
ParvinEyvazov committed Sep 20, 2024
1 parent 55dcdf1 commit c326b8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

- [Contact with me on Twitter](https://twitter.com/messages/compose?recipient_id=1035556159023927297) to advertise your project on jsontt cli

<!-- <p align="center">
<span align="center">✨ Sponsored by vow.fm - Your mood radio for free ✨</span>
<p align="center">
<span align="center">✨ Sponsored by fotogram.ai - Transform Your Selfies into Masterpieces with AI ✨</span>
</p>

<p align="center">
<span align="center">✨ https://vow.fm ✨</span>
</p> -->
<span align="center">✨ https://fotogram.ai ✨</span>
</p>

<p align="center" >
<img src="https://i.hizliresim.com/stgrebn.png" alt="jsontt logo" width="150" />
Expand Down Expand Up @@ -36,7 +36,6 @@ This package will provide you to translate your JSON/YAML files or JSON objects

[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)](#table-of-contents)


### πŸ₯· CLI Support:

| Translation Module | Support | FREE |
Expand All @@ -51,7 +50,6 @@ This package will provide you to translate your JSON/YAML files or JSON objects
| gpt-3.5-turbo | βœ… | `require API KEY (OPENAI_API_KEY as env)` |
| gpt-4 | βœ… | `require API KEY (OPENAI_API_KEY as env)` |
| gpt-4o-mini | βœ… | `require API KEY (OPENAI_API_KEY as env)` |


### ⏳ Package Support:

Expand All @@ -68,8 +66,6 @@ This package will provide you to translate your JSON/YAML files or JSON objects
| gpt-4 | ❌ | ❌ |
| gpt-4o-mini | ❌ | ❌ |



`Browser support will come soon...`

[**_Supported languages_**](./docs/LANGUAGES.md#supported-languages-)
Expand Down
2 changes: 1 addition & 1 deletion src/utils/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const supportedLanguagesUrl = `\nsupported Languages: ${info_color}https:
export const messages = {
cli: {
// cli general messages
welcome: `\n${warn_color}Sponsored by vow.fm - Your mood radio for free \nhttps://vow.fm \n\n${default_color}Welcome to the\n${success_color +
welcome: `\n${warn_color}Sponsored by fotogram.ai - Transform Your Selfies into Masterpieces with AI \nhttps://fotogram.ai \n\n${default_color}Welcome to the\n${success_color +
figlet.textSync(
'jsontt'
)}${default_color}\n\t\t\t\tcli ${current_version}\n`,
Expand Down

0 comments on commit c326b8d

Please sign in to comment.