We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e6d5c commit 93cc1d4Copy full SHA for 93cc1d4
1 file changed
README.md
@@ -21,7 +21,7 @@
21
22
<br>
23
24
-## 💎 Supported LLMs
+## 💎 Supported Backends
25
26
- [x] ChatGPT
27
- [x] llama.cpp
@@ -56,15 +56,6 @@ cargo build --release
56
57
This will produce an executable file at `target/release/tenere` that you can copy to a directory in your `$PATH`.
58
59
-### 🍺Brew
60
-
61
-On macOS, you can use brew:
62
63
-```bash
64
-brew tap pythops/tenere
65
-brew install tenere
66
-```
67
68
69
70
## ⚙️ Configuration
@@ -75,7 +66,6 @@ Tenere can be configured using a TOML configuration file. The file should be loc
75
- Mac : `$HOME/Library/Application Support/tenere/config.toml`
76
- Windows: `~/AppData/Roaming/tenere/config.toml`
77
78
79
### General settings
80
81
71
Here are the available general settings:
0 commit comments