Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XInTheDark committed May 3, 2024
1 parent ea0aada commit ca504af
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# Raycast-G4F (GPT4Free)

Use the powerful GPT-4 models for FREE, on Raycast - no API Key required.
Use the powerful GPT-4, Llama-3 and more models on Raycast, for FREE - no API Key required.

Just install. You're all good to go!
## Installation

This extension is currently not available on the Raycast Extension store, but
installation from source is extremely simple.

1. Clone the repository / download source code from GitHub.
2. Navigate to the directory.
3. Run `npm run build` to build the extension.

The extension, and its full set of commands, should then show up in your Raycast app.

## License & Acknowledgements
License: GPLv3. Full license is found in LICENSE.txt.

## Acknowledgements
The code base is derived from [Raycast Gemini](
https://github.com/raycast/extensions/tree/main/extensions/raycast-gemini) by Evan Zhou.

The main library used for generation is [g4f](https://github.com/VictorMRojas/g4f-ts).
The main library used for generation is [g4f](https://github.com/VictorMRojas/g4f-ts).

Some of the code in this repository was ported from the original [gpt4free](https://github.com/xtekky/gpt4free), written in Python.

0 comments on commit ca504af

Please sign in to comment.